Skip to content

Commit

Permalink
chore(deps): update node.js to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 520e6a3 commit d4791b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG port=4200


# Build container
FROM node:20.16.0-alpine3.19 AS build
FROM node:20.17.0-alpine3.19 AS build

# Install dependencies and build static content
ARG build_dir
Expand Down
2 changes: 1 addition & 1 deletion public/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG build_dir=public
ARG port=4300

# Build container
FROM node:20.16.0-alpine3.19 AS build
FROM node:20.17.0-alpine3.19 AS build

# Install dependencies and build static content
ARG build_dir
Expand Down

0 comments on commit d4791b0

Please sign in to comment.