From fd4524e0e7ab00eed0a09232ffcd907aeedacd01 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 17 Nov 2025 18:23:42 -0500 Subject: [PATCH] Explicit "latest" image tag --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 6b7be9d..98c7890 100644 --- a/compose.yml +++ b/compose.yml @@ -37,7 +37,7 @@ x-environment: services: app: - image: neuronicgames/levelfly + image: neuronicgames/levelfly:latest environment: *default-env depends_on: - db @@ -60,7 +60,7 @@ services: #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" jobs: - image: neuronicgames/levelfly + image: neuronicgames/levelfly:latest command: bundle exec rake jobs:work environment: *default-env depends_on: