-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / dockerJSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals
|