Skip to content

Commit

Permalink
feat: use go1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Nov 14, 2024
1 parent c2e998a commit 11f6fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.9-alpine3.20
FROM golang:1.23.3-alpine3.20

RUN addgroup -g 127 -S docker && adduser -D -u 1001 -G docker runner && \
apk update && apk add git
Expand Down

0 comments on commit 11f6fe4

Please sign in to comment.