File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11services :
22 # DNS01 Let's Encrypt Certificate Manager (Route53 + Certbot)
33 letsencrypt :
4- image : certbot/dns-route53:v3.1.0
4+ image : certbot/dns-route53:v3.1.0@sha256:106c888431ea9564e62d7faf58c76b432b97f190f4688b8a6e60549c54aeaddd
55 container_name : letsencrypt-dns
66 restart : always
77 environment :
@@ -31,7 +31,7 @@ services:
3131
3232 # The SSH Server (GlueOps Version)
3333 sish :
34- image : ghcr.io/glueops/sish:v2.20.0-glueops3
34+ image : ghcr.io/glueops/sish:v2.20.0-glueops3@sha256:4b1e8bd608c31a36a36ea2648d5c928bee6d7051e5ef5ce1602068203c1a69d3
3535 container_name : sish
3636 restart : always
3737 ports :
Original file line number Diff line number Diff line change 1- FROM python:3.12-alpine
1+ FROM python:3.12-alpine@sha256:7747d47f92cfca63a6e2b50275e23dba8407c30d8ae929a88ddd49a5d3f2d331
22
33WORKDIR /app
44
You can’t perform that action at this time.
0 commit comments