Chore: upgrade app Dockerfiles to Node 22
This commit is contained in:
parent
701db82e10
commit
96dca7ce48
|
@ -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
|
RUN apk add --no-cache jq bash coreutils python3 build-base
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:18-alpine
|
FROM node:22-alpine
|
||||||
|
|
||||||
# needed to compile translations
|
# needed to compile translations
|
||||||
RUN apk add --no-cache jq bash coreutils python3
|
RUN apk add --no-cache jq bash coreutils python3
|
||||||
|
|
Loading…
Reference in New Issue