From bb294402ca3df6e176741346bae969875662d45f Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:02:51 +0100 Subject: [PATCH] Update Baikal to 0.9.5 --- baikal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baikal/Dockerfile b/baikal/Dockerfile index 5a1b66d..093fc86 100644 --- a/baikal/Dockerfile +++ b/baikal/Dockerfile @@ -5,7 +5,7 @@ FROM ${BUILD_FROM} # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ENV VERSION 0.9.3 +ENV VERSION 0.9.5 # Setup base # hadolint ignore=DL3003