Skip to content

Commit a335e86

Browse files
authored
Merge pull request #6 from blinklabs-io/feat/go1.20
feat: use Go 1.20.7
2 parents f25fb57 + bda9427 commit a335e86

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
2-
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.19~=1.19.12
2+
RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.7
33
ENTRYPOINT /usr/bin/go

0 commit comments

Comments
 (0)