Skip to content

Commit 8c9abd4

Browse files
committed
chore(deps): update dependency node to v18.20.4
1 parent 0740e28 commit 8c9abd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.3
1+
18.20.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Base ----
2-
FROM node:18.20.3-alpine AS base
2+
FROM node:18.20.4-alpine AS base
33

44
# ------------------
55
# package.json cache
@@ -52,7 +52,7 @@ RUN true \
5252
# ---- Final ----
5353
# Resulting new, minimal image
5454
# This image must have the minimum amount of layers
55-
FROM node:18.20.3-alpine as final
55+
FROM node:18.20.4-alpine as final
5656

5757
ENV NODE_ENV production
5858

0 commit comments

Comments
 (0)