File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dockerfiles/openedx-edxapp Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ RUN useradd --home-dir /openedx --create-home --shell /bin/bash/ --uid ${APP_USE
67
67
USER ${APP_USER_ID}
68
68
69
69
# digest for docker.io/powerman/dockerize:0.19.0 --platform=linux/amd64
70
- COPY --from=docker.io/powerman/dockerize@sha256:c9d039dea473ac380db66156693130ae88aaf7d349d4315c7d86bb4a38771a39 /usr/local/bin/dockerize /usr/local/bin/dockerize
70
+ COPY --from=docker.io/powerman/dockerize@sha256:e645b37f160acfc20d49f545a8b917e402a1a10a31839912945fa78e4a35416b /usr/local/bin/dockerize /usr/local/bin/dockerize
71
71
COPY --chown=app:app --from=locales /openedx/locale /openedx/locale
72
72
COPY --chown=app:app --from=code /openedx/edx-platform /openedx/edx-platform
73
73
COPY --chown=app:app --from=code /openedx/nodeenv /openedx/nodeenv
You can’t perform that action at this time.
0 commit comments