Skip to content

Commit

Permalink
chore(deps): update dependency node to v18.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent ff6f8a9 commit ab9b5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
18.20.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base ----
FROM node:18.19.1-alpine AS base
FROM node:18.20.1-alpine AS base

# ------------------
# package.json cache
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN true \
# ---- Final ----
# Resulting new, minimal image
# This image must have the minimum amount of layers
FROM node:18.19.1-alpine as final
FROM node:18.20.1-alpine as final

ENV NODE_ENV production

Expand Down

0 comments on commit ab9b5ea

Please sign in to comment.