diff --git a/Dockerfile b/Dockerfile index 30fb192..1bd8d51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG REPO_ARCH # Using Alpine to keep the images smaller -FROM $REPO_ARCH/node:alpine +FROM $REPO_ARCH/node:16-alpine # Pushing all files into image WORKDIR /app