From 42d87cb0af60a3a9b45544e274784d4e0ab68cd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:33:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20SteVe=20OCCP=20to?= =?UTF-8?q?=20v3.7.1?= 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 9aa7d36..186f46a 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.7.0" +ARG STEVE_VERSION="3.7.1" # Setup base RUN apk add --no-cache \