dev #2

Merged
pi-farm merged 82 commits from dev into main 2026-03-25 10:05:59 +00:00
Showing only changes of commit 2ca6787116 - Show all commits

View File

@@ -1,4 +1,4 @@
ARG BUILD_BASE_IMAGE=alpine:latest ARG BUILD_BASE_IMAGE
FROM ${BUILD_BASE_IMAGE} AS builder FROM ${BUILD_BASE_IMAGE} AS builder
ARG BUILD_TAG ARG BUILD_TAG
@@ -26,8 +26,8 @@ RUN apt update && \
./build.sh -c gcc -b release ./build.sh -c gcc -b release
ARG BUILD_BASE_IMAGE=alpine:latest ARG BUILD_RUNTIME_IMAGE
FROM ${BUILD_BASE_IMAGE} FROM ${BUILD_RUNTIME_IMAGE}
ARG BUILD_APP_USER ARG BUILD_APP_USER