fix: use upstream alpine base image
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-05-13 21:11:42 +02:00
parent 59156de3f6
commit 39a4ab7bd7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -1,4 +1,4 @@
FROM docker.io/thegeeklab/alpine:latest@sha256:b93ab9e0559611177cbc8e7ce1f753c678ce7cdafce05f73d311988f4ec37f2d
FROM docker.io/alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"