diff --git a/Dockerfile b/Dockerfile index 6ae5e30..7ba4aa0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Docker image -FROM node:19-bullseye-slim +FROM node:20-bullseye-slim # Add metadata about the image LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"