Skip to content

Commit

Permalink
fix(deps): update node.js to v18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent ce6fa38 commit 3ec1e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.1
FROM node:18.18.2

ARG USERNAME=node
ARG NPM_GLOBAL=/usr/local/share/npm-global
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

FROM --platform=$BUILDPLATFORM node:18.18.1 AS frontend-builder
FROM --platform=$BUILDPLATFORM node:18.18.2 AS frontend-builder

WORKDIR /usr/src/app

Expand Down

0 comments on commit 3ec1e26

Please sign in to comment.