Dockerfile : Updated base image to 3.22.1

This commit is contained in:
saundersp
2025-09-02 12:15:53 +02:00
parent d561c23233
commit 7a3477e7fa

View File

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