forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
7ce2ff3584
commit
80d39c497d
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.21.6 AS builder
|
||||
FROM alpine:3.13 AS builder
|
||||
|
||||
RUN apk add --no-cache build-base
|
||||
|
||||
@ -6,7 +6,7 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN gcc -o deployment deployment.c
|
||||
|
||||
FROM alpine:3.21.6
|
||||
FROM alpine:3.13
|
||||
|
||||
RUN addgroup -g 1000 appgroup && \
|
||||
adduser -D -u 1000 -G appgroup appuser
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user