Skip to content

Commit

Permalink
Merge pull request #27 from coreruleset/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.23.1 in dockerfile
  • Loading branch information
theseion authored Sep 9, 2024
2 parents 85f4035 + fea06cc commit fe9228a
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,4 +1,4 @@
FROM golang:1.23.0-alpine3.19@sha256:fe8f9c7d418d3ac91787f11c31071c4814b6da5f9aae55bc581a7aacc264c395 as prepare
FROM golang:1.23.1-alpine3.19@sha256:e0ea2a119ae0939a6d449ea18b2b1ba30b44986ec48dbb88f3a93371b4bf8750 as prepare

RUN apk update && apk add github-cli

Expand Down

0 comments on commit fe9228a

Please sign in to comment.