diff --git a/docker-compose.yml b/docker-compose.yml index f453aa95..acf043e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -584,7 +584,7 @@ services: retries: 5 start_period: 30s timeout: 10s - image: postgres:15-alpine@sha256:2e50ad404aead120409575d21758230cc295aec52dfa05ece9b4d0429bc38636 + image: postgres:15-alpine@sha256:64583b3cb4f2010277bdd9749456de78e5c36f8956466ba14b0b96922e510950 profiles: ["rinoa-apps"] restart: unless-stopped volumes: @@ -4853,7 +4853,7 @@ services: timeout: 10s retries: 5 start_period: 2s - image: postgres:15-alpine@sha256:2e50ad404aead120409575d21758230cc295aec52dfa05ece9b4d0429bc38636 + image: postgres:15-alpine@sha256:64583b3cb4f2010277bdd9749456de78e5c36f8956466ba14b0b96922e510950 profiles: ["rinoa-apps"] restart: always stop_signal: SIGINT @@ -6777,7 +6777,7 @@ services: interval: 5s timeout: 5s retries: 5 - image: postgres:15-alpine@sha256:2e50ad404aead120409575d21758230cc295aec52dfa05ece9b4d0429bc38636 + image: postgres:15-alpine@sha256:64583b3cb4f2010277bdd9749456de78e5c36f8956466ba14b0b96922e510950 volumes: - umami-db-data:/var/lib/postgresql/data profiles: ["rinoa-apps"]