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
Some checks failed
ci/woodpecker/push/base-os Pipeline failed
This commit is contained in:
parent
5e68121d71
commit
3369caef6e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
ARG VERSION=""
|
||||
FROM $VERSION
|
||||
ARG IMAGE_VERSION=""
|
||||
FROM debian:$IMAGE_VERSION
|
||||
LABEL maintainer="Ryan Voots <simcop@cpan.org>"
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
|
Loading…
Add table
Reference in a new issue