mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Bump Alpine docker image to 3.22 upgrading from node 18 to 22 (#5989)
This commit is contained in:
@@ -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
|
||||
|
||||
6
upcoming-release-notes/5989.md
Normal file
6
upcoming-release-notes/5989.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [albus522]
|
||||
---
|
||||
|
||||
Bump Alpine docker image to 3.22 which also bumps node to 22.16.0
|
||||
Reference in New Issue
Block a user