Skip to content

Commit

Permalink
Bump web container version in version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Mar 5, 2019
1 parent d67c5ec commit 33c3eb2
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 @@ -43,7 +43,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "v1.6.0" // Note that this can be overridden by make
var WebTag = "20190305_old_php" // 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 33c3eb2

Please sign in to comment.