Skip to content

Commit 9a9ca54

Browse files
committed
Update Node.js base image versions in Dockerfiles
Updated the base image in several Dockerfiles to use Node.js version 18.20.4. This ensures consistency and leverages the latest patches and security updates.
1 parent 136d758 commit 9a9ca54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

epicbox-hyperskill/node-javascript/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hyperskill.azurecr.io/node:18.17.1-alpine
1+
FROM hyperskill.azurecr.io/node:18.20.4-alpine
22

33
RUN apk add --no-cache python3 openjdk17-jdk curl bash
44

epicbox-hyperskill/node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hyperskill.azurecr.io/node:18.17.1-bullseye-slim
1+
FROM hyperskill.azurecr.io/node:18.20.4-bullseye-slim
22

33
RUN apt-get update && \
44
apt-get install -y python3 \

epicbox-node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM hyperskill.azurecr.io/node:18.17.1-alpine
1+
FROM hyperskill.azurecr.io/node:18.20.4-alpine
22

33
RUN adduser -DH -h /sandbox sandbox

epicbox-typescript/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hyperskill.azurecr.io/node:18.12.0-bullseye-slim
1+
FROM hyperskill.azurecr.io/node:18.20.4-bullseye-slim
22

33
ENV TYPESCRIPT_VERSION=4.8.4
44
ENV TYPES_NODE_VERSION=18.11.9

0 commit comments

Comments
 (0)