diff --git a/docker-compose/proxy/compose.yaml b/docker-compose/proxy/compose.yaml index 1d3cf22305..6ed1f657dd 100644 --- a/docker-compose/proxy/compose.yaml +++ b/docker-compose/proxy/compose.yaml @@ -2,7 +2,7 @@ services: nest-certbot: container_name: nest-certbot entrypoint: /bin/sh -c 'trap exit TERM; while :; do certbot renew --webroot -w /var/www/certbot --quiet; sleep 12h & wait $${!}; done;' - image: certbot/certbot + image: certbot/certbot:v5.3.0 restart: unless-stopped volumes: - ./blocked_ips.conf:/etc/nginx/blocked_ips.conf @@ -17,7 +17,7 @@ services: nest-nginx: container_name: nest-nginx - image: nginx:latest + image: nginx:1.28.2-alpine networks: - production_nest-app-network - staging_nest-app-network