update baseimage
Some checks failed
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
Ivan Schaller 2023-02-11 13:12:36 +01:00
parent e7fd2a0916
commit a073c2f1e9
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
FROM cr.44net.ch/baseimages/debian-s6:11.5-linux-amd64
FROM cr.44net.ch/baseimages/debian-s6:11.6-linux-amd64
# set version label
ARG BUILD_VERSION
ENV MDLP_VERSION=${BUILD_VERSION}
ENV IMAGE_VERSION=${BUILD_VERSION}
LABEL version="${BUILD_VERSION}"
LABEL maintainer="Ivan Schaller"
LABEL description="A CLI manga downloader"

View file

@ -1,8 +1,8 @@
FROM cr.44net.ch/baseimages/debian-s6:11.5-linux-arm64
FROM cr.44net.ch/baseimages/debian-s6:11.6-linux-arm64
# set version label
ARG BUILD_VERSION
ENV MDLP_VERSION=${BUILD_VERSION}
ENV IMAGE_VERSION=${BUILD_VERSION}
LABEL version="${BUILD_VERSION}"
LABEL maintainer="Ivan Schaller"
LABEL description="A CLI manga downloader"