Skip to content

Commit

Permalink
chore: bump node from 18-alpine to 23-alpine
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine to 23-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent cc1c534 commit 8ba7e17
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
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:20-alpine AS base
FROM node:23-alpine AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit 8ba7e17

Please sign in to comment.