Skip to content

Commit

Permalink
Set docker build to use Node 20.x
Browse files Browse the repository at this point in the history
Let's use Node 20.x as our default build
  • Loading branch information
greenscientist authored and tahini committed Sep 16, 2024
1 parent c24fd0b commit ca0a3d2
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
Expand Up @@ -13,7 +13,7 @@ RUN cargo build


# Build Node app
FROM node:18-bookworm
FROM node:20-bookworm
WORKDIR /app
# Install all the json package dependencies in an intermediary image. To do so, we copy each package.json files
# and run yarn install which will download all the listed packages in the image.
Expand Down

0 comments on commit ca0a3d2

Please sign in to comment.