Skip to content

Commit 40f1034

Browse files
committed
Update bashbrew to Go 1.13 + Alpine 3.10, update manifest-tool to v1.0.0 🎉
1 parent b378215 commit 40f1034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine3.9
1+
FROM golang:1.13-alpine3.10
22

33
RUN apk add --no-cache \
44
file \
@@ -22,7 +22,7 @@ ENV BASHBREW_ARCHES \
2222
COPY .bashbrew-arch-to-goenv.sh /usr/local/bin/
2323

2424
# https://github.com/estesp/manifest-tool/releases
25-
ENV MANIFEST_TOOL_VERSION 1.0.0-rc
25+
ENV MANIFEST_TOOL_VERSION 1.0.0
2626
# gpg: key 0F386284C03A1162: public key "Philip Estes <[email protected]>" imported
2727
ENV MANIFEST_TOOL_GPG_KEY 27F3EA268A97867EAF0BD05C0F386284C03A1162
2828

0 commit comments

Comments
 (0)