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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ when:
variables:
- &golang_image 'golang:1.21.3'
- &node_image 'node:20-alpine'
- &node_image 'node:21-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
- &xgo_version 'go-1.21.2'

View file

@ -11,7 +11,7 @@ depends_on:
variables:
- &golang_image 'golang:1.21.3'
- &node_image 'node:20-alpine'
- &node_image 'node:21-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.21.3'
- &xgo_version 'go-1.21.2'
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64'

View file

@ -15,7 +15,7 @@ when:
variables:
- &golang_image 'golang:1.21.3'
- &node_image 'node:20-alpine'
- &node_image 'node:21-alpine'
steps:
build-cli:

View file

@ -6,7 +6,7 @@ when:
- release/*
variables:
- &node_image 'node:20-alpine'
- &node_image 'node:21-alpine'
- &when
path:
# related config files

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