Skip to content

Commit

Permalink
🐳 Upgrade base node version in dockerfile
Browse files Browse the repository at this point in the history
From Node 16 to 20.
  • Loading branch information
sergei-maertens committed Dec 13, 2023
1 parent 04c6b71 commit 6309e67
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 @@
ARG NGINX_VERSION=1.21

# Stage 1 -- install dev tools and build bundle
FROM node:16-bullseye-slim AS build
FROM node:20-bookworm-slim AS build

WORKDIR /app

Expand Down

0 comments on commit 6309e67

Please sign in to comment.