9
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2026-04-08 02:24:17 +00:00

chore: bump node to 24

This commit is contained in:
Flori Ava Star Weber 2026-03-27 17:37:11 +01:00
parent 87baf41dad
commit ed5d7597a8
No known key found for this signature in database
GPG key ID: F1B6A964729EC7C6
4 changed files with 17 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG NODE_VERSION=20
ARG NODE_VERSION=24
FROM node:${NODE_VERSION}-alpine AS base
RUN apk add --no-cache cpio findutils git