Skip to content

Commit e7db45a

Browse files
committed
Update Thunderstore Django image version, that is used in the test backend
1 parent 10045c6 commit e7db45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/thunderstore-test-backend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.8"
22

33
x-django-service: &django-service
4-
image: ${DJANGO_IMAGE:-thunderstore/thunderstore:release-0.144.0}
4+
image: ${DJANGO_IMAGE:-thunderstore/thunderstore:release-0.145.1}
55
environment:
66
CORS_ALLOWED_ORIGINS: "*"
77
CELERY_BROKER_URL: "pyamqp://django:django@rabbitmq/django"

0 commit comments

Comments
 (0)