mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-04-09 22:20:07 +00:00
dnm: test update to node20
This commit is contained in:
parent
ce60bfdfe1
commit
fe20ba91e9
8 changed files with 1291 additions and 1136 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG NODE_VERSION=16
|
||||
ARG NODE_VERSION=20
|
||||
|
||||
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