Skip to content

Commit

Permalink
⬆️(edx-platform) upgrade to oee/hawthorn.1-0.1.3
Browse files Browse the repository at this point in the history
Upgrade edx-platform (oee flavor) to the latest release including a fix
for the configurable LTI consumer xblock.
  • Loading branch information
rmoch authored and jmaupetit committed Nov 15, 2018
1 parent 1769622 commit cf417b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
context: .
target: production
args:
EDXAPP_RELEASE_ARCHIVE_URL: https://github.com/openfun/edx-platform/archive/oee/hawthorn.1-0.1.1.tar.gz
EDXAPP_RELEASE_ARCHIVE_URL: https://github.com/openfun/edx-platform/archive/oee/hawthorn.1-0.1.3.tar.gz
image: edxapp:latest
env_file: env.d/development
environment:
Expand All @@ -53,7 +53,7 @@ services:
args:
UID: ${UID}
GID: ${GID}
EDXAPP_RELEASE_ARCHIVE_URL: https://github.com/openfun/edx-platform/archive/oee/hawthorn.1-0.1.1.tar.gz
EDXAPP_RELEASE_ARCHIVE_URL: https://github.com/openfun/edx-platform/archive/oee/hawthorn.1-0.1.3.tar.gz
image: edxapp:dev
env_file: env.d/development
ports:
Expand Down

0 comments on commit cf417b2

Please sign in to comment.