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

Update Dockerfile

This commit is contained in:
d-two
2024-11-14 22:50:08 +01:00
committed by GitHub
parent f4e712fb40
commit dd69e0fbcc

View File

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