We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c04ae commit 1593745Copy full SHA for 1593745
tink-docker/Dockerfile
@@ -8,7 +8,7 @@ RUN --mount=type=cache,sharing=locked,id=gomod,target=/go/pkg/mod/cache \
8
--mount=type=cache,sharing=locked,id=goroot,target=/root/.cache/go-build \
9
CGO_ENABLED=0 go build -a -ldflags '-w -extldflags "-static"' -o /tink-docker
10
11
-FROM docker:20.10.14-dind
+FROM docker:20.10.15-dind
12
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
13
RUN apk update; apk add kexec-tools
14
COPY --from=dev /tink-docker .
0 commit comments