Skip to content

Commit

Permalink
Bump backdrop extensions to 1.2.0 (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 23, 2020
1 parent ef396f3 commit 7ee70ec
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
Expand Up @@ -8,7 +8,7 @@ ENV DRUSH_VERSION=8.3.2
ENV DRUSH_LAUNCHER_VERSION=0.6.0
ENV DRUSH_LAUNCHER_FALLBACK=/usr/local/bin/drush8
ENV MAILHOG_VERSION=1.0.0
ENV BACKDROP_DRUSH_VERSION=1.0.0
ENV BACKDROP_DRUSH_VERSION=1.2.0
ENV MKCERT_VERSION=v1.4.0

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

// WebTag defines the default web image tag for drud dev
var WebTag = "20200120_bump_xdebug" // Note that this can be overridden by make
var WebTag = "20200119_bump_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 7ee70ec

Please sign in to comment.