Dockerfile : Updated base image to 3.22.2

This commit is contained in:
saundersp
2025-10-16 10:06:48 +02:00
parent 7a3477e7fa
commit a5dfda6b91

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22.1
FROM alpine:3.22.2
RUN apk add --no-cache \
make=4.4.1-r3 \