diff --git a/Dockerfile b/Dockerfile index 3777d7207ad..9462e5ac2cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY --from=generate /ocis /ocis WORKDIR /ocis/ocis RUN make ci-go-generate build -FROM alpine:3.17 +FROM alpine:3.22.0 RUN apk add --no-cache ca-certificates mailcap tree attr curl && \ echo 'hosts: files dns' >| /etc/nsswitch.conf