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 Sep 30, 2024
1 parent d5477d1 commit a6a5b47
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.16-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.16-bullseye

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

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Expand Down

0 comments on commit a6a5b47

Please sign in to comment.