From a61c575f3cdf6ce7d66ac584eaf722393666c7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Burkard?= <22095555+JeromeBu@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:01:36 +0200 Subject: [PATCH] make version specific in example docker compose --- docker-compose.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 807efde3..2d90e3f8 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -2,13 +2,13 @@ version: "3.8" services: api: platform: linux/amd64 - image: codegouvfr/sill-api:latest + image: codegouvfr/sill-api:1.42.7 env_file: .env restart: unless-stopped web: platform: linux/amd64 - image: codegouvfr/sill-web:latest + image: codegouvfr/sill-web:1.42.7 restart: unless-stopped nginx: