Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Bump node from 18.20.4-alpine to 21.7.3-alpine
Browse files Browse the repository at this point in the history
Bumps node from 18.20.4-alpine to 21.7.3-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 3dd80f2 commit b5ee9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG NODE_ENV
ARG CI

# --- Define base image ---
FROM node:18.20.4-alpine AS base
FROM node:21.7.3-alpine AS base

# Environment
ARG NODE_ENV
Expand Down

0 comments on commit b5ee9bc

Please sign in to comment.