diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-01-30 17:14:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 17:14:44 +0000 |
| commit | c13008e77d1ab2af81fa84ea93b4dc491ee1fd8f (patch) | |
| tree | cea5e5ee9364784d8686385488c0906c24da2d48 | |
| parent | 57dbac8e171d5d1ebd2b79d9d0de71aaf20bad39 (diff) | |
| parent | 1fdcf63f402ebe617695eda1be7a8db599f24aa2 (diff) | |
Merge pull request #1609 from hairyhenderson/dependabot/docker/consul-1.14.4
Build(deps): Bump consul from 1.14.3 to 1.14.4
| -rw-r--r-- | Dockerfile.integration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration index ca5bdce3..59a2a9ae 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.12.2 AS vault -FROM consul:1.14.3 AS consul +FROM consul:1.14.4 AS consul FROM golang:1.19-alpine |
