Skip to content

Commit

Permalink
build(deps): Bump node from 18-slim to 20-slim
Browse files Browse the repository at this point in the history
Bumps node from 18-slim to 20-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 3d00244 commit f42615b
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-slim AS base
FROM node:20-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-slim AS production
FROM node:20-slim AS production

ARG DEBIAN_FRONTEND=noninteractive
ENV NODE_ENV=production
Expand Down

0 comments on commit f42615b

Please sign in to comment.