From d8fb6a268936e46822a64181c0c61edbc5469e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:28:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20SteVe=20OCCP=20to?= =?UTF-8?q?=20v3.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- steve/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steve/Dockerfile b/steve/Dockerfile index 99134bc..9aa7d36 100644 --- a/steve/Dockerfile +++ b/steve/Dockerfile @@ -5,7 +5,7 @@ FROM ${BUILD_FROM} # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG STEVE_VERSION="3.6.0" +ARG STEVE_VERSION="3.7.0" # Setup base RUN apk add --no-cache \