summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-05 12:46:02 -0400
committerGitHub <noreply@github.com>2021-06-05 12:46:02 -0400
commitdfabac4e6f3a51921b11bea19c5d3a7358b74f0a (patch)
tree8e335e73acc0fd39902e0fbf3e6709eb19f038d7 /Dockerfile.integration
parent487132a6f105152faf82d19944fdc055d899c7b3 (diff)
Bump golang from 1.16.4-alpine to 1.16.5-alpine (#1169)
Bumps golang from 1.16.4-alpine to 1.16.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile.integration')
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index b6a3543b..c08874b0 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -2,7 +2,7 @@ FROM vault:1.7.2 AS vault
FROM consul:1.9.5 AS consul
-FROM golang:1.16.4-alpine
+FROM golang:1.16.5-alpine
COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul