Compare commits

..

1 Commits

Author SHA1 Message Date
81c0f67845 Update registry.odit.services/hub/library/alpine Docker tag to v3.19
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
2024-02-15 16:09:56 +00:00

View File

@@ -1,10 +1,10 @@
FROM registry.odit.services/hub/library/alpine:3.16 as BUILD
FROM registry.odit.services/hub/library/alpine:3.19 as BUILD
WORKDIR /app
RUN apk add dos2unix --no-cache --update && rm -rf /var/cache/apk/*
COPY plugin.sh ./
RUN dos2unix plugin.sh
FROM gcr.io/kaniko-project/executor:v1.22.0-debug
FROM gcr.io/kaniko-project/executor:v1.12.1-debug
ENV HOME /root
ENV USER root