This commit is contained in:
Hans Karlinius
2024-11-26 07:16:20 +01:00
parent 4a7bada8af
commit 7582a79c97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILD_FROM
FROM BUILD_FROM
FROM $BUILD_FROM
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]