diff options
| author | Renovate Bot <bot@renovateapp.com> | 2019-09-03 21:38:53 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2019-09-03 21:38:53 +0000 |
| commit | 1b9976dfdcc6e0692a6a9449200adb962a40899c (patch) | |
| tree | 3671801b45f43d67f7356386274abc2601e199cb /Dockerfile.integration | |
| parent | eb2dbf65167e8bef7b62615c30431d75adc4e4b6 (diff) | |
Update golang Docker tag to v1.13.0
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 2e0cd565..3a60d011 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.2.2 AS vault FROM consul:1.6.0 AS consul -FROM golang:1.12.9-alpine +FROM golang:1.13.0-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
