chore(deps): update node.js to v23 (#4239)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-20 12:19:18 +03:00 committed by GitHub
parent beb73c07fc
commit 1b5ee05307
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,6 +1,6 @@
variables: variables:
- &golang_image 'docker.io/golang:1.23' - &golang_image 'docker.io/golang:1.23'
- &node_image 'docker.io/node:22-alpine' - &node_image 'docker.io/node:23-alpine'
- &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.x' - &xgo_image 'docker.io/techknowlogick/xgo:go-1.22.x'
- &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:5.0.0' - &buildx_plugin 'docker.io/woodpeckerci/plugin-docker-buildx:5.0.0'
- &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' - &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: variables:
- &golang_image 'docker.io/golang:1.23' - &golang_image 'docker.io/golang:1.23'
- &node_image 'docker.io/node:22-alpine' - &node_image 'docker.io/node:23-alpine'
- &alpine_image 'docker.io/alpine:3.20' - &alpine_image 'docker.io/alpine:3.20'
- path: &when_path - path: &when_path
- 'docs/**' - 'docs/**'

View file

@ -13,7 +13,7 @@ steps:
branch: renovate/* branch: renovate/*
- name: spellcheck - name: spellcheck
image: docker.io/node:22-alpine image: docker.io/node:23-alpine
depends_on: [] depends_on: []
commands: commands:
- corepack enable - corepack enable

View file

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

View file

@ -1,6 +1,6 @@
# docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local . # docker build --rm -f docker/Dockerfile.make -t woodpecker/make:local .
FROM docker.io/golang:1.23-alpine3.19 as golang_image FROM docker.io/golang:1.23-alpine3.19 as golang_image
FROM docker.io/node:22-alpine3.19 FROM docker.io/node:23-alpine3.19
# renovate: datasource=repology depName=alpine_3_19/make versioning=loose # renovate: datasource=repology depName=alpine_3_19/make versioning=loose
ENV MAKE_VERSION="4.4.1-r2" ENV MAKE_VERSION="4.4.1-r2"