mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-13 21:00:00 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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/**'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user