chore(deps): update node.js to v21 (#2615)

This commit is contained in:
renovate[bot]
2023-10-22 08:10:42 +02:00
committed by GitHub
parent bb7e0f9221
commit 54a2572051
5 changed files with 5 additions and 5 deletions

View File

@@ -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