Bump Alpine docker image to 3.22 upgrading from node 18 to 22 (#5989)

This commit is contained in:
David Genord II
2025-10-22 19:42:48 -04:00
committed by GitHub
parent b266ebf1ea
commit 55b1ed170b
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [albus522]
---
Bump Alpine docker image to 3.22 which also bumps node to 22.16.0