mirror of
https://github.com/docker/build-push-action.git
synced 2026-03-19 20:20:23 +08:00
chore: upgrade nodejs from 20 to 24
Signed-off-by: harsha.venugopal <harsha@ledn.io>
This commit is contained in:
parent
64c9b14150
commit
dd5daeb61f
4 changed files with 13 additions and 13 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