diff --git a/Dockerfile b/Dockerfile index 3b35ee6..eb8e394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 RUN apk fix && \ apk --no-cache --update add git git-lfs gpg less openssh patch && \