Skip to content

Commit

Permalink
Bump web image tag for v1.17.1 (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Apr 16, 2021
1 parent 1ab8cb4 commit 61e4580
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 @@ -40,7 +40,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20210415_add_exec_path" // Note that this can be overridden by make
var WebTag = "v1.17.1" // 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 61e4580

Please sign in to comment.