chore(deps): update node.js to v20 (#2422)

This commit is contained in:
renovate[bot]
2023-09-12 07:41:12 +02:00
committed by GitHub
parent 7e8db144d3
commit af34458008
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:18-alpine
FROM node:20-alpine
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \
corepack enable