bump alpine to 3.21.0

alpine 3.16 has reached EOL more than 6 months ago
This commit is contained in:
Sören Schneider
2024-12-11 22:26:53 +01:00
parent 2491e147c9
commit 9159d7f9db

View File

@@ -1,4 +1,4 @@
FROM alpine:3.16 AS builder
FROM alpine:3.21.0 AS builder
ARG RECORDER_VERSION=0.9.9
# ARG RECORDER_VERSION=master
@@ -26,7 +26,7 @@ COPY config.mk .
RUN make -j $(nprocs)
RUN make install DESTDIR=/app
FROM alpine:3.16
FROM alpine:3.21.0
ENV DOCKER_RUNNING=1