Skip to content

Commit

Permalink
Merge pull request #108 from grafana/107-use-go-1.23.3-in-github-acti…
Browse files Browse the repository at this point in the history
…on-image

Use golang:1.23.3-alpine3.20 base image
  • Loading branch information
szkiba authored Nov 14, 2024
2 parents c2e998a + 11f6fe4 commit cef1a67
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 cef1a67

Please sign in to comment.