Skip to content

Commit

Permalink
chore(deps): update docker.io/powerman/dockerize docker digest to 2aa…
Browse files Browse the repository at this point in the history
…c4d6
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 4a48f00 commit c2acae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/openedx-edxapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN useradd --home-dir /openedx --create-home --shell /bin/bash/ --uid ${APP_USE
USER ${APP_USER_ID}

# digest for docker.io/powerman/dockerize:0.19.0 --platform=linux/amd64
COPY --from=docker.io/powerman/dockerize@sha256:97c00493b0d839c4ef5af33d0898e33a4cdc0c5f9148e43364e8c002ec396e54 /usr/local/bin/dockerize /usr/local/bin/dockerize
COPY --from=docker.io/powerman/dockerize@sha256:2aac4d640107a17d659a2c69f5e410da599b5b4958fc42f739bc8aa732d27baf /usr/local/bin/dockerize /usr/local/bin/dockerize
COPY --chown=app:app --from=locales /openedx/locale /openedx/locale
COPY --chown=app:app --from=code /openedx/edx-platform /openedx/edx-platform
COPY --chown=app:app --from=code /openedx/nodeenv /openedx/nodeenv
Expand Down

0 comments on commit c2acae2

Please sign in to comment.