summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-11-30 01:04:12 +0000
committerGitHub <noreply@github.com>2022-11-30 01:04:12 +0000
commitc5c0ffd031ab1a0ea067f3f5de8a7bbb07fe2988 (patch)
tree2bfb5dbc06136a7a1dd7b3542708aed7f2b63dbd
parentb551dd28858922a67f1efac0afab75fd098bee2b (diff)
parentaa21c6fdd5c5078e57415924a998969e1f2614d4 (diff)
Merge pull request #1564 from hairyhenderson/dependabot/docker/consul-1.14.1
Bump consul from 1.13.3 to 1.14.1
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index be29f368..da1f9066 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.12.1 AS vault
-FROM consul:1.13.3 AS consul
+FROM consul:1.14.1 AS consul
FROM golang:1.19-alpine