diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-08 19:45:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 19:45:52 +0000 |
| commit | 6027aff58cecb98ea36327119ed0dc2a533cb38b (patch) | |
| tree | 47305a8dda36be038cc4331cfaa3926eca1d8955 /Dockerfile.integration | |
| parent | 9e69b2dbd90febc24698efe860a1ef242313c055 (diff) | |
Build(deps): Bump golang from 1.21-alpine to 1.22-alpine (#1988)
Bumps golang from 1.21-alpine to 1.22-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
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 a2c2e307..8f418db9 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.13.3 AS vault FROM consul:1.15.4 AS consul -FROM golang:1.21-alpine +FROM golang:1.22-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
