diff --git a/docker-compose.yml b/docker-compose.yml index 6335736e1..25ad382c2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - pgdata_16:/var/lib/postgresql/data backend: - image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-1.28.0} + image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-latest} command: ./celery.sh -l ${CELERY_LOG_LEVEL:-warning} depends_on: - cache @@ -58,7 +58,7 @@ services: stop_grace_period: 30s frontend: - image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-1.28.0} + image: mathiasertl/django-ca:${DJANGO_CA_VERSION:-latest} depends_on: - cache - db