chore(deps): update node.js to v24 (#5707)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-01 11:52:38 +01:00
committed by GitHub
parent 36cdbf59b5
commit 93848bee70
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ when:
variables:
- &golang_image 'docker.io/golang:1.25'
- &node_image 'docker.io/node:23-alpine'
- &node_image 'docker.io/node:24-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.25.x'
# cspell:words bindata netgo

View File

@@ -1,6 +1,6 @@
variables:
- &golang_image 'docker.io/golang:1.25'
- &node_image 'docker.io/node:23-alpine'
- &node_image 'docker.io/node:24-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.25.x'
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:6.0.3'
- &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

@@ -1,6 +1,6 @@
variables:
- &golang_image 'docker.io/golang:1.25'
- &node_image 'docker.io/node:23-alpine'
- &node_image 'docker.io/node:24-alpine'
- &alpine_image 'docker.io/alpine:3.22'
- path: &when_path
- 'docs/**'

View File

@@ -9,7 +9,7 @@ steps:
- event: pull_request
- name: spellcheck
image: docker.io/node:23-alpine
image: docker.io/node:24-alpine
depends_on: []
commands:
- corepack enable

View File

@@ -5,7 +5,7 @@ when:
- release/*
variables:
- &node_image 'docker.io/node:23-alpine'
- &node_image 'docker.io/node:24-alpine'
- &when
path:
# related config files

View File

@@ -1,6 +1,6 @@
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
FROM docker.io/golang:1.25-alpine AS golang_image
FROM docker.io/node:23-alpine
FROM docker.io/node:24-alpine
RUN apk add --no-cache --update make gcc binutils-gold musl-dev && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main protoc && \