Skip to content

Commit b54b59f

Browse files
chore(deps): update infrastructure updates to v20.19.2
1 parent 7fbc7d7 commit b54b59f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG port=4200
44

55

66
# Build container
7-
FROM node:20.19.0-alpine3.20 AS build
7+
FROM node:20.19.2-alpine3.20 AS build
88

99
# Install dependencies and build static content
1010
ARG build_dir

public/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG build_dir=public
33
ARG port=4300
44

55
# Build container
6-
FROM node:20.19.0-alpine3.20 AS build
6+
FROM node:20.19.2-alpine3.20 AS build
77

88
# Install dependencies and build static content
99
ARG build_dir

0 commit comments

Comments
 (0)