* MOD: change docker base image to alpine:latest
Some checks failed
Build and push / check and test (push) Successful in 8s
Build and push / build_and_push (push) Failing after 1m29s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2025-01-09 09:12:49 +01:00
parent 5e2893c81e
commit c75d6e6c6a
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:latest
LABEL maintainer.name="Uwe Hermann"\
maintainer.email="uh@uleenucks.de"

View File

@@ -1,6 +1,6 @@
# Run Lynx in a container
#
FROM alpine:3.18
FROM alpine:latest
LABEL maintainer.name="Uwe Hermann"\
maintainer.email="uh@uleenucks.de"

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:latest
LABEL maintainer.name="Uwe Hermann"\
maintainer.email="uh@uleenucks.de"

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:latest
LABEL maintainer.name="Uwe Hermann"\
maintainer.email="uh@uleenucks.de"

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:latest
LABEL maintainer.name="Uwe Hermann"\
maintainer.email="uh@uleenucks.de"

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:latest
LABEL maintainer.name="Uwe Hermann"\
maintainer.email="uh@uleenucks.de"