diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-17 09:09:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-17 09:09:19 -0400 |
| commit | 9f82bffbcfe12c8fdc6380a09efdba416edc98dd (patch) | |
| tree | 06efd2ca89557b1a507d3a471a7229602f2db516 /Dockerfile.integration | |
| parent | 9b0720bb29ee8d72b43034f8acfae9fc42f338db (diff) | |
Bump golang from 1.16.5-alpine to 1.16.6-alpine (#1181)
Bumps golang from 1.16.5-alpine to 1.16.6-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.integration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration index 0ff5d3d2..7c4926d4 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.7.3 AS vault FROM consul:1.10.0 AS consul -FROM golang:1.16.5-alpine +FROM golang:1.16.6-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
