Skip to content

Commit

Permalink
hotfix: node 18.14.1 security update
Browse files Browse the repository at this point in the history
  • Loading branch information
cffnpwr authored and taiyme committed Feb 18, 2023
1 parent 1deb8c9 commit 4045aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .node-version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
v18.13.0

v18.14.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye AS builder
FROM node:18.14.1-bullseye AS builder

ARG NODE_ENV=production

Expand Down

0 comments on commit 4045aab

Please sign in to comment.