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
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# 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/node:22-alpine3.19
FROM docker.io/node:23-alpine3.19
# renovate: datasource=repology depName=alpine_3_19/make versioning=loose
ENV MAKE_VERSION="4.4.1-r2"