Skip to content

Commit

Permalink
Upgrade drush launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Aug 10, 2023
1 parent 144f54b commit dd6f613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM nginx

ARG TARGETARCH
ARG DRUSH_VERSION="0.6.0"
ARG DRUSH_VERSION="0.10.2"
ARG DRUSH_FILE="drush.phar"
ARG DRUSH_URL="https://github.com/drush-ops/drush-launcher/releases/download/${DRUSH_VERSION}/${DRUSH_FILE}"
ARG DRUSH_SHA256="c3f32a800a2f18470b0010cd71c49e49ef5c087f8131eecfe9b686dc1f3f3d4e"
ARG DRUSH_SHA256="0ae18cd3f8745fdd58ab852481b89428b57be6523edf4d841ebef198c40271be"

EXPOSE 80

Expand Down

0 comments on commit dd6f613

Please sign in to comment.