1
0
mirror of synced 2025-12-17 04:52:15 +01:00

Update Baikal to 0.9.5

This commit is contained in:
d-two
2024-03-22 08:02:51 +01:00
committed by GitHub
parent d012519c70
commit bb294402ca

View File

@@ -5,7 +5,7 @@ FROM ${BUILD_FROM}
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV VERSION 0.9.3 ENV VERSION 0.9.5
# Setup base # Setup base
# hadolint ignore=DL3003 # hadolint ignore=DL3003