chore(deps): update node.js to v22 (#3659)

This commit is contained in:
renovate[bot]
2024-04-28 11:14:03 +02:00
committed by GitHub
parent 325b1b5e57
commit c6b2cd8a48
5 changed files with 5 additions and 5 deletions

View File

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