diff --git a/eggenberg-services/opengym/docker-compose.yaml b/eggenberg-services/opengym/docker-compose.yaml index cbea3d4..9a1d173 100644 --- a/eggenberg-services/opengym/docker-compose.yaml +++ b/eggenberg-services/opengym/docker-compose.yaml @@ -2,7 +2,7 @@ services: # One-time init job: clones the exercise media dataset (~140 MB) into the # media bind mounts. Exits after first run; re-run is a no-op if img/ is populated. media: - image: alpine/git:v2.54.0@sha256:0b5f57d22181e8b8fbe8ac5ca8754faa0d577f101b9857418f1acc43955ad464 + image: alpine/git:v2.54.0@sha256:ae0f6f4bce38d2b8c40becc0d6241a08d9f57186ea03029de2189a2b5e722d94 container_name: opengym_media user: "${OPENGYM_UID}:${OPENGYM_GID}" volumes: