Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-24 16:12:45 +00:00
parent 848cd16f8e
commit 6465769013

View File

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