diff options
| author | Renovate Bot <bot@renovateapp.com> | 2019-10-02 21:36:32 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2019-10-02 21:36:32 +0000 |
| commit | 5d8cfa2e492948336d1d184d97d35c5de34e0d02 (patch) | |
| tree | 7eb83c018cfa06cc0ef66e808c34119c407893f1 /Dockerfile.integration | |
| parent | 72b331d14d4573c4c4a89da60089044e28823d83 (diff) | |
Update golang Docker tag to v1.13.1
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 3e8d4e40..f6c78a05 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.0-alpine +FROM golang:1.13.1-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
