From b91b9748b1fe82ba6dd3edcb04aac096874e8627 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 12 May 2023 08:34:37 +0200 Subject: [PATCH] typo in image name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 898897d..0cbc457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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