Dockerfile : updated base image to alpine:3.21.3

This commit is contained in:
saundersp 2025-02-21 12:46:52 +01:00
parent 7a9e13814e
commit f97e3b72be

View File

@ -1,4 +1,4 @@
FROM alpine:3.21.2
FROM alpine:3.21.3
RUN apk add --no-cache \
make=4.4.1-r2 \