Skip to content

Commit 1a06074

Browse files
authored
fix: use JSON arguments for entrypoint (#49)
See https://docs.docker.com/go/dockerfile/rule/json-args-recommended/ Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 5e1f8af commit 1a06074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM cgr.dev/chainguard/wolfi-base AS go
22
RUN apk update && apk add ca-certificates-bundle build-base openssh git go-1.24~=1.24.0
3-
ENTRYPOINT /usr/bin/go
3+
ENTRYPOINT ["/usr/bin/go"]

0 commit comments

Comments
 (0)