Skip to content

Commit f571269

Browse files
committed
update docker node version
1 parent e9ef6b9 commit f571269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Stage 1: Compile and Build angular codebase
33
# Use official node image as the base image
4-
FROM node:20.13.1-alpine3.20 AS build
4+
FROM node:20.20.1-alpine3.23 AS build
55

66
# Set the working directory
77
WORKDIR /app

frontend/local-dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use official node image as the base image
2-
FROM node:20.13.1-alpine3.20
2+
FROM node:20.20.1-alpine3.23
33

44
# Set the working directory
55
WORKDIR /app

0 commit comments

Comments
 (0)