This commit is contained in:
parent
12e1ab0b07
commit
f12c34e15c
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ steps:
|
|||
settings:
|
||||
repo: gitea.simcop2387.info/simcop2387/perl-os-base
|
||||
build_args:
|
||||
VERSION: ${DEBIAN_VERSION}
|
||||
VERSION: debian-${DEBIAN_VERSION}
|
||||
dockerfile: os-base/Dockerfile
|
||||
auto_tag: false
|
||||
tags:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG VERSION
|
||||
FROM debian:$VERSION
|
||||
ARG VERSION=debian
|
||||
FROM $VERSION
|
||||
LABEL maintainer="Ryan Voots <simcop@cpan.org>"
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
|
Loading…
Add table
Reference in a new issue