Dockerfile image version fixed
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s
This commit is contained in:
parent
eada22fb21
commit
78a76a5a3f
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: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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue