Skip to content

Commit

Permalink
Update Node.js base image versions in Dockerfiles
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
meanmail committed Nov 7, 2024
1 parent 136d758 commit 9a9ca54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion epicbox-hyperskill/node-javascript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperskill.azurecr.io/node:18.17.1-alpine
FROM hyperskill.azurecr.io/node:18.20.4-alpine

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

Expand Down
2 changes: 1 addition & 1 deletion epicbox-hyperskill/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperskill.azurecr.io/node:18.17.1-bullseye-slim
FROM hyperskill.azurecr.io/node:18.20.4-bullseye-slim

RUN apt-get update && \
apt-get install -y python3 \
Expand Down
2 changes: 1 addition & 1 deletion epicbox-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM hyperskill.azurecr.io/node:18.17.1-alpine
FROM hyperskill.azurecr.io/node:18.20.4-alpine

RUN adduser -DH -h /sandbox sandbox
2 changes: 1 addition & 1 deletion epicbox-typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperskill.azurecr.io/node:18.12.0-bullseye-slim
FROM hyperskill.azurecr.io/node:18.20.4-bullseye-slim

ENV TYPESCRIPT_VERSION=4.8.4
ENV TYPES_NODE_VERSION=18.11.9
Expand Down

0 comments on commit 9a9ca54

Please sign in to comment.