chore(deps): update registry.odit.services/hub/library/node docker tag to v21

This commit is contained in:
ODIT Renovate Bot 2024-03-28 13:09:49 +00:00
parent 4fe437d3b5
commit 04e56fd21a
Signed by: odit_renovate
GPG Key ID: 86A2EC9C675C8E6D
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN apk add dos2unix --no-cache --update && rm -rf /var/cache/apk/*
COPY plugin.sh ./
RUN dos2unix plugin.sh
FROM registry.odit.services/hub/library/node:20.0.0-alpine3.17
FROM registry.odit.services/hub/library/node:21.4.0-alpine3.17
RUN apk add curl git jq pandoc --no-cache --update && rm -rf /var/cache/apk/*
# add the wrapper which acts as a drone plugin