Skip to content

Commit

Permalink
Merge pull request #1423 from erikwilson/release-1.17
Browse files Browse the repository at this point in the history
Upgrade golang to v1.13.8 (release-1.17 branch)
  • Loading branch information
erikwilson committed Feb 14, 2020
2 parents 90cc21a + 75ffbc7 commit 5926019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.6-alpine3.10
FROM golang:1.13.8-alpine3.10

RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget ca-certificates jq linux-headers zlib-dev tar zip squashfs-tools npm coreutils \
python2 python3 py3-pip python3-dev openssl-dev libffi-dev libseccomp libseccomp-dev make libuv-static
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.6-alpine3.10
FROM golang:1.13.8-alpine3.10

COPY --from=plugins/manifest:1.2.3 /bin/* /bin/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.6-alpine3.10
FROM golang:1.13.8-alpine3.10

RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl

Expand Down

0 comments on commit 5926019

Please sign in to comment.