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 b378215 commit 40f1034Copy full SHA for 40f1034
Dockerfile.release
@@ -1,4 +1,4 @@
1
-FROM golang:1.12-alpine3.9
+FROM golang:1.13-alpine3.10
2
3
RUN apk add --no-cache \
4
file \
@@ -22,7 +22,7 @@ ENV BASHBREW_ARCHES \
22
COPY .bashbrew-arch-to-goenv.sh /usr/local/bin/
23
24
# https://github.com/estesp/manifest-tool/releases
25
-ENV MANIFEST_TOOL_VERSION 1.0.0-rc
+ENV MANIFEST_TOOL_VERSION 1.0.0
26
# gpg: key 0F386284C03A1162: public key "Philip Estes <[email protected]>" imported
27
ENV MANIFEST_TOOL_GPG_KEY 27F3EA268A97867EAF0BD05C0F386284C03A1162
28
0 commit comments