Skip to content

Commit

Permalink
Update drush for Backdrop to 0.2.1, fixes ddev#1686 (ddev#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
klonos authored and rfay committed Jul 4, 2019
1 parent a2b82a6 commit 527519b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/ddev-webserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DRUSH_LAUNCHER_VERSION=0.6.0
ENV DRUSH_LAUNCHER_FALLBACK=/usr/local/bin/drush8
ENV WP_CLI_VERSION=2.1.0
ENV MAILHOG_VERSION=1.0.0
ENV BACKDROP_DRUSH_VERSION=0.1.0
ENV BACKDROP_DRUSH_VERSION=0.2.1
ENV MKCERT_VERSION=v1.3.0

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20190626_healthcheck" // Note that this can be overridden by make
var WebTag = "20190703_klonos_backdrop" // Note that this can be overridden by make

// DBImg defines the default db image used for applications.
var DBImg = "drud/ddev-dbserver"
Expand Down

0 comments on commit 527519b

Please sign in to comment.