diff --git a/docker-compose.yml b/docker-compose.yml index ec0492e..bcb4afc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,7 +71,7 @@ services: restart: "no" attendancesystem-app: - image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_UNSTABLE_LATEST} + image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE} profiles: ["app"] volumes: - config-volume:/config-inject:ro diff --git a/install.sh b/install.sh index 1037c27..2b57ab8 100644 --- a/install.sh +++ b/install.sh @@ -356,6 +356,7 @@ ASPNETCORE_ENVIRONMENT=Production DOCKER_REPO=seventhltda IMAGEM_LATEST=latest IMAGEM_UNSTABLE_LATEST=unstable-latest +IMAGEM_RELEASE=2.0 NGINX_DEFAULT_PORT=80 # ── MongoDB ───────────────────────────────────────────────