Skip to content

Commit

Permalink
Bump version.go for web container change
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 1, 2018
1 parent 01dd550 commit 9e28eaf
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 @@ -25,7 +25,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20180922_apache_https" // Note that this can be overridden by make
var WebTag = "20180925_php_ini_disable_functions" // 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 9e28eaf

Please sign in to comment.