This commit is contained in:
parent
9c9850395f
commit
eada22fb21
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/alpine:v3:23 AS cabuilder
|
||||
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue