diff options
| author | Renovate Bot <bot@renovateapp.com> | 2019-08-15 23:52:30 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2019-08-15 23:52:30 +0000 |
| commit | 16899966c51d8bc4e72803d4e99da917c433384c (patch) | |
| tree | cdaf4894cbcc7bf5e59671377bde49322251077a /Dockerfile.integration | |
| parent | 1f179c66c04139205862eb42a6560b9b046e06fe (diff) | |
Update golang Docker tag to v1.12.9
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 d4a5ef8d..ec81862f 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.2.1 AS vault FROM consul:1.5.3 AS consul -FROM golang:1.12.8-alpine +FROM golang:1.12.9-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
