diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-13 20:38:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-13 20:38:24 +0000 |
| commit | efca627b22d28dc58b295482c9e052ebba2f0c2b (patch) | |
| tree | 429cf0ec2dc83211e84abe5d95fe272809ef411c | |
| parent | 882ec31e3be42c87ced14ef2bea3a4543bffcfa2 (diff) | |
| parent | 56075c4093dbe6cf0f6d6c5459da73deb78c2678 (diff) | |
Merge pull request #1088 from hairyhenderson/dependabot/docker/golang-1.16.2-alpine3.13
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | Dockerfile.integration | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1-labs FROM --platform=linux/amd64 hairyhenderson/upx:3.94 AS upx -FROM --platform=linux/amd64 golang:1.16.0-alpine3.13 AS build +FROM --platform=linux/amd64 golang:1.16.2-alpine3.13 AS build ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.integration b/Dockerfile.integration index 27d6b345..da9ce41a 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.6.2 AS vault FROM consul:1.9.4 AS consul -FROM golang:1.16.0-alpine3.13 +FROM golang:1.16.2-alpine3.13 COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
