chore: Update base Node.js image version to 20-alpine in Dockerfile

This commit is contained in:
Niek van der Maas
2024-08-21 14:04:53 +02:00
parent 2f9c126037
commit 671fcd0ae2

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
ADD . /work
WORKDIR /work