Pin dependencies

This commit is contained in:
renovate[bot]
2025-07-10 06:37:22 +00:00
committed by James Loh
parent 91a279fae9
commit 19ebc03bdb
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/main/schema/compose-spec.json
services:
caddy:
image: caddy:2.10.0-alpine
image: caddy:2.10.0-alpine@sha256:e2e3a089760c453bc51c4e718342bd7032d6714f15b437db7121bfc2de2654a6
restart: always
ports:
- "80:80"
@@ -59,7 +59,7 @@ services:
- ghost_network
db:
image: mysql:8.0.42
image: mysql:8.0.42@sha256:4445b2668d41143cb50e471ee207f8822006249b6859b24f7e12479684def5d9
restart: always
expose:
- "3306"