typo in image name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2023-05-12 08:34:37 +02:00
parent 89a7c6f342
commit b91b9748b1
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
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/alpine3.17
FROM registry.odit.services/hub/library/alpine:3.17
RUN apk add curl jq --no-cache --update && rm -rf /var/cache/apk/*
# add the wrapper which acts as a drone plugin