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

chore(deps): bump node from 20-alpine to 21-alpine #306

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:21-alpine

ADD package.json package-lock.json /action/
RUN cd /action && npm ci
Expand Down