Skip to content

Commit

Permalink
Point ddev-webserver at feature-specific docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed May 14, 2020
1 parent 9cfd49b commit e339ca4
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 @@ -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 = "v1.14.2" // Note that this can be overridden by make
var WebTag = "20200513_laravel" // 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 e339ca4

Please sign in to comment.