Skip to content

Commit

Permalink
Update go and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobischo committed Apr 13, 2023
1 parent 9b8ef20 commit a71029c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.1
FROM golang:1.20.3

# Don't run tests as root so we can play with permissions
RUN useradd --create-home --user-group app
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=cronlocker
VERSION=0.7.1
VERSION=0.8.0
ARCH=amd64
LICENSE="BSD 2-Clause License"
MAINTAINER="Tobias Schoknecht <[email protected]>"
Expand Down

0 comments on commit a71029c

Please sign in to comment.