diff --git a/src/Dockerfile b/src/Dockerfile index 6db94d78..21f13931 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,5 +1,5 @@ # Build Docker image for Amd64 -FROM node:16-bullseye-slim +FROM node:18-bullseye-slim # Add metadata about the image LABEL maintainer="Göran Sander mountaindude@ptarmiganlabs.com"