Dockefile : updated base image to alpine:3.21.2

This commit is contained in:
saundersp 2025-01-19 22:43:43 +01:00
parent 6c61520ad6
commit 53cba3b5db

View File

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