This commit is contained in:
parent
db3dfa6b4e
commit
fd7cd93357
@ -3,7 +3,7 @@
|
||||
# ============================================
|
||||
# Build Stage
|
||||
# ============================================
|
||||
FROM alpine:3.20 AS build
|
||||
FROM alpine:latest AS build
|
||||
|
||||
# Nur die benötigten Pakete installieren mit --no-chache
|
||||
RUN apk add --no-cache gcc musl-dev
|
||||
@ -20,7 +20,7 @@ RUN gcc -o deployment deployment.c
|
||||
# ============================================
|
||||
# Runtime Stage
|
||||
# ============================================
|
||||
FROM alpine:3.20 AS runtime
|
||||
FROM alpine:latest AS runtime
|
||||
|
||||
# Curl für den HEALTHCHECK
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user