Public Access
1
0
mirror of https://github.com/docker/login-action.git synced 2026-04-22 16:35:32 +03:00

node 24 as default runtime

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-03-03 18:19:04 +01:00
parent cad8984310
commit 176cb9c12a
4 changed files with 13 additions and 13 deletions
+1 -1
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 rsync