Skip to content

Commit

Permalink
Update Dockerfile to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB authored Nov 20, 2023
1 parent 062cda4 commit f9c87e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to build and serve datagateway

# Build stage
FROM node:16.14-alpine3.15 as builder
FROM node:20.9-alpine3.18 as builder

WORKDIR /datagateway-build

Expand Down

0 comments on commit f9c87e0

Please sign in to comment.