Skip to content

Commit

Permalink
build: Hide Debian version from Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
haphut committed Sep 4, 2023
1 parent c945a22 commit 0358004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-bullseye-slim AS base
FROM node:18-slim AS base

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0358004

Please sign in to comment.