From 880f6f1d298eca6bc8db31953fc9b5c82fbd9c9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 03:50:33 +0000 Subject: [PATCH] Pin dependencies (#25) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 30c9d15..61c4ee8 100644 --- a/compose.yml +++ b/compose.yml @@ -96,7 +96,7 @@ services: - ghost_network activitypub: - image: ghcr.io/tryghost/activitypub:1.0.1 + image: ghcr.io/tryghost/activitypub:1.0.1@sha256:eafd011c93ced77e51a59358600ebc26cc007f3f61a4be8d759d43df21fe48c4 restart: always expose: - "8080" @@ -180,7 +180,7 @@ services: tty: true activitypub-migrate: - image: ghcr.io/tryghost/activitypub-migrations:1.0.1 + image: ghcr.io/tryghost/activitypub-migrations:1.0.1@sha256:b9379134c3b2eeb12cfeadd6851d1ca6fbbe852147195676414f165b0a6e1f93 environment: MYSQL_DB: mysql://${DATABASE_USER:-ghost}:${DATABASE_PASSWORD:?DATABASE_PASSWORD environment variable is required}@tcp(db:3306)/activitypub networks: