diff --git a/packages/sync-server/docker/alpine.Dockerfile b/packages/sync-server/docker/alpine.Dockerfile index c3ce965260..984867877e 100644 --- a/packages/sync-server/docker/alpine.Dockerfile +++ b/packages/sync-server/docker/alpine.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 AS deps +FROM alpine:3.22 AS deps # Install required packages RUN apk add --no-cache nodejs yarn python3 openssl build-base @@ -37,7 +37,7 @@ RUN rm -rf ./node_modules/@actual-app/web ./node_modules/@actual-app/sync-server COPY packages/desktop-client/package.json ./node_modules/@actual-app/web/package.json COPY packages/desktop-client/build ./node_modules/@actual-app/web/build -FROM alpine:3.18 AS prod +FROM alpine:3.22 AS prod # Minimal runtime dependencies RUN apk add --no-cache nodejs tini diff --git a/upcoming-release-notes/5989.md b/upcoming-release-notes/5989.md new file mode 100644 index 0000000000..757f10a248 --- /dev/null +++ b/upcoming-release-notes/5989.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [albus522] +--- + +Bump Alpine docker image to 3.22 which also bumps node to 22.16.0