Dockerfile image version fixed
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s

This commit is contained in:
Frank Agerholm 2026-01-18 20:13:04 +01:00
commit 78a76a5a3f
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:v3.23 AS cabuilder
FROM docker.io/library/alpine:3.23 AS cabuilder
RUN apk add --no-cache ca-certificates py3 py3-requests
ADD bin/fetch_letsencrypt_ca_certs.py /usr/local/bin/fetch_letsencrypt_ca_certs.py
RUN /usr/local/bin/fetch_letsencrypt_ca_certs.py /usr/local/share/ca-certificates/