1
0
mirror of synced 2025-12-13 11:22:16 +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
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV VERSION 0.9.3
ENV VERSION 0.9.5
# Setup base
# hadolint ignore=DL3003