Chore: upgrade app Dockerfiles to Node 22

This commit is contained in:
jon r 2025-04-24 16:35:49 +02:00
parent 701db82e10
commit 96dca7ce48
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:18-alpine AS builder
FROM --platform=$BUILDPLATFORM node:22-alpine AS builder
RUN apk add --no-cache jq bash coreutils python3 build-base

View File

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:22-alpine
# needed to compile translations
RUN apk add --no-cache jq bash coreutils python3