summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-01-30 17:14:44 +0000
committerGitHub <noreply@github.com>2023-01-30 17:14:44 +0000
commitc13008e77d1ab2af81fa84ea93b4dc491ee1fd8f (patch)
treecea5e5ee9364784d8686385488c0906c24da2d48
parent57dbac8e171d5d1ebd2b79d9d0de71aaf20bad39 (diff)
parent1fdcf63f402ebe617695eda1be7a8db599f24aa2 (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.integration2
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