Skip to content

Commit

Permalink
Merge pull request #54 from plone/updatenode22
Browse files Browse the repository at this point in the history
Update to use Node 22 LTS
  • Loading branch information
sneridagh authored Nov 18, 2024
2 parents b087bb6 + 65887f0 commit be2483b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pnpm/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:20-slim
FROM node:22-slim
ARG VOLTO_VERSION
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion pnpm/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:20-slim
FROM node:22-slim

LABEL maintainer="Plone Community <[email protected]>" \
org.label-schema.name="frontend-prod-config" \
Expand Down
2 changes: 1 addition & 1 deletion yarn/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:20-slim
FROM node:22-slim
ARG VOLTO_VERSION

LABEL maintainer="Plone Community <[email protected]>" \
Expand Down
4 changes: 2 additions & 2 deletions yarn/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:20-slim
FROM node:22-slim

LABEL maintainer="Plone Community <[email protected]>" \
org.label-schema.name="frontend-prod-config" \
Expand All @@ -9,7 +9,7 @@ LABEL maintainer="Plone Community <[email protected]>" \

# Install busybox and wget
RUN <<EOT
set -e
set -e
apt update
apt install -y --no-install-recommends busybox wget git
busybox --install -s
Expand Down

0 comments on commit be2483b

Please sign in to comment.