Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorindigo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _override_openedx_docker_image(
(
f"mfe-dockerfile-post-npm-install-{mfe}",
"""
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.1'
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.2'
""", # noqa: E501
),
]
Expand All @@ -131,7 +131,7 @@ def _override_openedx_docker_image(
hooks.Filters.ENV_PATCHES.add_item(
(
"mfe-dockerfile-post-npm-install-authn",
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.1'",
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#indigo-2.5.2'",
)
)

Expand Down
Loading