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.
2 parents fb6024f + 94e4ce1 commit ea56f5eCopy full SHA for ea56f5e
docker/Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.13-alpine3.10 as builder
2
# Locked down to a specific commit until v0.8 is released
3
-ARG VERSION=8fe71fde97e6fc47ed4fb292f5f187f0207352dd
+ARG VERSION=d52122db3dddf40e089b4c5f61cd2ecd6970edbc
4
5
# Install dependencies
6
RUN set -x \
0 commit comments