Skip to content

Commit

Permalink
chore(deps): bump golang from 1.13.7-alpine3.11 to 1.13.8-alpine3.11
Browse files Browse the repository at this point in the history
Bumps golang from 1.13.7-alpine3.11 to 1.13.8-alpine3.11.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and GitHub committed Feb 16, 2020
1 parent 426db8f commit 6526a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hairyhenderson/upx:3.94 AS upx

FROM golang:1.13.7-alpine3.11 AS build
FROM golang:1.13.8-alpine3.11 AS build

RUN apk add --no-cache \
make \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.integration
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM vault:1.3.2 AS vault

FROM consul:1.7.0 AS consul

FROM golang:1.13.7-alpine3.11
FROM golang:1.13.8-alpine3.11

COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul
Expand Down

0 comments on commit 6526a4d

Please sign in to comment.