We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ef6b9 commit f571269Copy full SHA for f571269
frontend/Dockerfile
@@ -1,7 +1,7 @@
1
2
# Stage 1: Compile and Build angular codebase
3
# Use official node image as the base image
4
-FROM node:20.13.1-alpine3.20 AS build
+FROM node:20.20.1-alpine3.23 AS build
5
6
# Set the working directory
7
WORKDIR /app
frontend/local-dev.Dockerfile
@@ -1,5 +1,5 @@
-FROM node:20.13.1-alpine3.20
+FROM node:20.20.1-alpine3.23
0 commit comments