mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 00:51:25 +00:00
chore(deps): update node.js to v21 (#2615)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
|
||||
FROM golang:1.21-alpine as golang_image
|
||||
FROM node:20-alpine
|
||||
FROM node:21-alpine
|
||||
|
||||
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \
|
||||
corepack enable
|
||||
|
Reference in New Issue
Block a user