summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-08-18 14:59:08 -0400
committerGitHub <noreply@github.com>2022-08-18 14:59:08 -0400
commitfbb93e459fd30619b875244d751ecba4d6b58bca (patch)
treeced634d356d5474ce743be36c6654dbfb7eaac23
parent49eadef006da9470073582ec22ff94ed86747b10 (diff)
parent091e0022a4c0e0a45cc14c3dfbc34155ad769190 (diff)
Merge pull request #1481 from hairyhenderson/dependabot/docker/consul-1.13.1
Bump consul from 1.12.3 to 1.13.1
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 9ae0586b..4cd0f7d6 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.11.2 AS vault
-FROM consul:1.12.3 AS consul
+FROM consul:1.13.1 AS consul
FROM golang:1.19-alpine