chore(deps): update node to 22.9.0-alpine3.20

This commit is contained in:
Markus Pesch 2024-10-14 20:18:06 +02:00
parent a45c7b0226
commit 28535bda84
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,4 +1,4 @@
FROM docker.io/library/node:22.9.0-alpine3.19 AS build
FROM docker.io/library/node:22.9.0-alpine3.20 AS build
ARG MARKDOWNLINT_VERSION=master