Compare commits

...

1 Commits

Author SHA1 Message Date
31eed3b361
chore(deps): update registry.odit.services/hub/library/node docker tag to v20.10.0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
2024-02-21 02:38:40 +00:00

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:20.10.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