We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0c2b9 commit d0e5ff6Copy full SHA for d0e5ff6
capsule-http/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.20-1-buster as build-env
+FROM golang:latest as build-env
2
3
FROM scratch
4
COPY --from=build-env /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
0 commit comments