diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-09-06 16:56:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-06 20:56:37 +0000 |
| commit | adc55196fd8bfb6f5aab5f985224fa1d89de1846 (patch) | |
| tree | 2d7fd22fdb65676bf305730bbb56862622307b5d /Dockerfile.integration | |
| parent | 4cd01ce9aa8f6c7691fa5965792aebcc71e2f1af (diff) | |
updates for Go 1.21 (#1832)
Signed-off-by: Dave Henderson <dhenderson@gmail.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 06646bd2..a2c2e307 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.20-alpine +FROM golang:1.21-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
