Dockerfile.aarch64 aktualisiert

This commit is contained in:
2026-03-24 15:55:45 +00:00
parent 2ca6787116
commit af62c622bc

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,10 +26,11 @@ 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
COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/ COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/
WORKDIR /app WORKDIR /app