Pinning to version 2 instead of latest seems to fix it, probably should do that elsewhere too
Some checks failed
ci/woodpecker/push/base-os Pipeline failed

This commit is contained in:
Ryan Voots 2023-09-29 11:44:50 -04:00
parent 5e68121d71
commit 3369caef6e

View file

@ -1,5 +1,5 @@
ARG VERSION="" ARG IMAGE_VERSION=""
FROM $VERSION FROM debian:$IMAGE_VERSION
LABEL maintainer="Ryan Voots <simcop@cpan.org>" LABEL maintainer="Ryan Voots <simcop@cpan.org>"
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive