Test peus concluants

This commit is contained in:
Serge NOEL
2025-12-05 16:33:03 +01:00
parent 0d0d52c93c
commit 8ff22dfc2c
14 changed files with 720 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM alpine:3.18 AS builder
FROM alpine:3.22 AS builder
# Install build dependencies
RUN apk add --no-cache \
@@ -19,8 +19,7 @@ COPY *.c *.h Makefile ./
RUN make deps-alpine && make
# Runtime stage
FROM alpine:3.18
FROM alpine:3.22
# Install runtime dependencies
RUN apk add --no-cache \
libldap \