Skip to content

Commit b993436

Browse files
chore(pindigest): update certbot/dns-route53 to 106c888 #patch
1 parent 92c5cab commit b993436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

glueops-docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
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:

python-glueops-auth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine
1+
FROM python:3.12-alpine@sha256:7747d47f92cfca63a6e2b50275e23dba8407c30d8ae929a88ddd49a5d3f2d331
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)