mirror of
https://github.com/docker/build-push-action.git
synced 2026-04-06 05:19:24 +00:00
Update base node version
This commit is contained in:
parent
30c71162f1
commit
167d635852
4 changed files with 4 additions and 4 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