diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-08-16 18:42:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 18:42:30 -0400 |
| commit | bee09d21c3146af155f76e45aa654534bf17ebfa (patch) | |
| tree | e86ba017aa6257bd5854a269efbc9ab7fadd1dc3 /Dockerfile.integration | |
| parent | e48cf072b235bc5359108db68e06c3f7d81b1cf8 (diff) | |
Track minor instead of patch
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 aaf6223c..8ce61232 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.11.1 AS vault FROM consul:1.12.3 AS consul -FROM golang:1.19.0-alpine +FROM golang:1.19-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul |
