Use Alpine 3.23 as cabuilder
Some checks failed
Build and Push Docker Image / build (push) Failing after 11s

This commit is contained in:
Frank Agerholm 2026-01-18 20:11:14 +01:00
commit 9c9850395f
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
FROM docker.io/library/python:3.11-alpine AS cabuilder
RUN apk add --no-cache ca-certificates py3-requests
FROM docker.io/library/alpine:v3: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/
RUN update-ca-certificates