Skip to content

Commit

Permalink
Fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmennes committed Oct 14, 2024
1 parent 5d90f74 commit 74884ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Build
FROM golang:1.22-alpine AS build
FROM golang:1.23-alpine AS build
ARG VERSION
ARG COMMIT_DATE

Expand Down

0 comments on commit 74884ae

Please sign in to comment.