From 00c81c3e486ae8393cfa549d0285b6cc0d8090ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 06:54:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20SteVe=20OCCP=20to?= =?UTF-8?q?=20v3.6.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 a7910ec..a83c191 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.5.0" +ARG STEVE_VERSION="3.6.0" # Setup base RUN apk add --no-cache \