Skip to content

Commit

Permalink
Set version to point to new image
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Sep 19, 2018
1 parent fa5eba6 commit aa1ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20180911_apache_supervisor" // Note that this can be overridden by make
var WebTag = "20180913_apache_broken_on_windows" // 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 aa1ba54

Please sign in to comment.