diff options
| author | Renovate Bot <bot@renovateapp.com> | 2019-07-09 01:42:16 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2019-07-09 01:42:16 +0000 |
| commit | 98dde12910dbb5ce283c35b141e6fba95588b2cd (patch) | |
| tree | ab822a6374c639209afda3d68b40644da0d82329 /Dockerfile.integration | |
| parent | 7eeeda1cc5c65cb57e6a4dab52ee5443ac9905b0 (diff) | |
Update golang Docker tag to v1.12.7
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 484d5d99..3a8bcd10 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.1.3 AS vault FROM consul:1.5.2 AS consul -FROM golang:1.12.0-alpine +FROM golang:1.12.7-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
