diff --git a/Dockerfile b/Dockerfile index ab11c2e..4f65040 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-slim AS base +FROM node:24-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:20-slim AS production +FROM node:24-slim AS production ARG DEBIAN_FRONTEND=noninteractive ENV NODE_ENV=production