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:
parent
87baf41dad
commit
ed5d7597a8
4 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue