diff --git a/Dockerfile b/Dockerfile index 3296cdd..413abef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-bullseye-slim AS base +FROM node:18-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-bullseye-slim AS production +FROM node:18-slim AS production ARG DEBIAN_FRONTEND=noninteractive ENV NODE_ENV=production