Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 8f8ad60 commit 30927e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dfe.PrepareTransfers.Redirector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ASPNET_IMAGE_TAG=6.0-bullseye-slim
ARG NODEJS_IMAGE_TAG=18.20-bullseye
ARG NODEJS_IMAGE_TAG=20.15-bullseye

# Stage 1 - Node Assets
FROM node:${NODEJS_IMAGE_TAG} AS frontendBuild
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ASPNET_IMAGE_TAG=8.0-bookworm-slim
ARG NODEJS_IMAGE_TAG=18.20-bullseye
ARG NODEJS_IMAGE_TAG=20.15-bullseye

# Stage 1 - Build frontend assets
FROM node:${NODEJS_IMAGE_TAG} as frontend
Expand Down

0 comments on commit 30927e4

Please sign in to comment.