Skip to content

Commit 65c6c20

Browse files
committed
🐛(edxapp) fix edxapp image used in development
ginkgo.1-1.0.3-dev docker image has permission issues to run Celery workers. This issue has been fixed since, so we must upgrade to the latest release to make Celery workers fully functionnal in development env_type.
1 parent 71a8e85 commit 65c6c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

group_vars/env_type/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
domain_name: "{{ lookup('env', 'OPENSHIFT_DOMAIN') }}.nip.io"
33

44
# Use development images in the development environment
5-
edxapp_image_tag: "ginkgo.1-1.0.3-dev"
5+
edxapp_image_tag: "ginkgo.1-1.0.6-dev"
66
richie_image_tag: "0.1.0-alpha.3-alpine-dev"
77

88
apps:

0 commit comments

Comments
 (0)