diff options
| author | Renovate Bot <bot@renovateapp.com> | 2019-10-19 00:47:00 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2019-10-19 00:47:00 +0000 |
| commit | a5c327cc258b0cb10bdd9291ee4e509aa7b022cf (patch) | |
| tree | 08c6fca532d3b774cdd44aa308dc9d497d3baf8a /Dockerfile.integration | |
| parent | 909c190c2fe5be203ab9c802b3d9fb7f15a4a68e (diff) | |
Update golang Docker tag to v1.13.3
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 f6c78a05..5fc4fb3f 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.2.3 AS vault FROM consul:1.6.1 AS consul -FROM golang:1.13.1-alpine +FROM golang:1.13.3-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
