We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9099ed4 commit ea23f8bCopy full SHA for ea23f8b
2 files changed
docker/app/Dockerfile
@@ -24,8 +24,8 @@ RUN apt-get update && apt-get install -y apt-utils curl git unzip gnupg2 \
24
# Clean up the package cache to reduce image size
25
&& rm -rf /var/lib/apt/lists/*
26
27
-# Add NodeJS 20 Repository and install nodejs
28
-RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
+# Add NodeJS 22 Repository and install nodejs
+RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
29
&& apt-get install -y nodejs \
30
31
docker/vue/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20-bullseye
+FROM node:22-bullseye
2
3
# Set working directory
4
WORKDIR /app
0 commit comments