Skip to content

Commit ea23f8b

Browse files
committed
Update Node from 20 to 22
1 parent 9099ed4 commit ea23f8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN apt-get update && apt-get install -y apt-utils curl git unzip gnupg2 \
2424
# Clean up the package cache to reduce image size
2525
&& rm -rf /var/lib/apt/lists/*
2626

27-
# Add NodeJS 20 Repository and install nodejs
28-
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
27+
# Add NodeJS 22 Repository and install nodejs
28+
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
2929
&& apt-get install -y nodejs \
3030
&& rm -rf /var/lib/apt/lists/*
3131

docker/vue/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-bullseye
1+
FROM node:22-bullseye
22

33
# Set working directory
44
WORKDIR /app

0 commit comments

Comments
 (0)