diff --git a/Dockerfile b/Dockerfile index 413abefb..cdf4fe02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-slim AS base +FROM node:20-slim AS base ARG DEBIAN_FRONTEND=noninteractive @@ -42,7 +42,7 @@ RUN npm run build # The base image should be the same as the base image of base. Yet using ARG for # the base image irritates hadolint and might break Dependabot. -FROM node:18-slim AS production +FROM node:20-slim AS production ARG DEBIAN_FRONTEND=noninteractive ENV NODE_ENV=production