summaryrefslogtreecommitdiff
path: root/Dockerfile.integration
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-04-08 19:05:01 -0400
committerDave Henderson <dhenderson@gmail.com>2023-04-08 19:05:01 -0400
commit74eec0d3d9a36258ae45fcc7a40f052d8ce4ed93 (patch)
tree746af3374ed3f4cb2fe296df72d4779d7daa3b21 /Dockerfile.integration
parentb66ad9916f4de4d37b840477b4bab3eb3f767c1d (diff)
update deps
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Dockerfile.integration')
-rw-r--r--Dockerfile.integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.integration b/Dockerfile.integration
index 3171bd7d..597973da 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -1,6 +1,6 @@
FROM vault:1.13.1 AS vault
-FROM consul:1.15.1 AS consul
+FROM consul:1.15.2 AS consul
FROM golang:1.20-alpine