mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-23 03:17:58 +02:00
chore: update to node 20
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user