Skip to content

Commit

Permalink
feat: go 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf31o2 authored Sep 5, 2024
1 parent 4e0a039 commit 4e79853
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,3 +1,3 @@
FROM cgr.dev/chainguard/wolfi-base AS go
RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.22~=1.22.6
RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.22~=1.22.7
ENTRYPOINT /usr/bin/go

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

0 comments on commit 4e79853

Please sign in to comment.