Skip to content

Commit

Permalink
Bump image versions for v1.3.0 release (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 11, 2018
1 parent 8feb463 commit c21e612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/version/version.go
Expand Up @@ -25,25 +25,25 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20180929_nginx_quit_immediately" // Note that this can be overridden by make
var WebTag = "v1.3.0" // Note that this can be overridden by make

// DBImg defines the default db image used for applications.
var DBImg = "drud/ddev-dbserver"

// DBTag defines the default db image tag for drud dev
var DBTag = "20181006_mariadb_upgrade" // Note that this may be overridden by make
var DBTag = "v1.3.0" // Note that this may be overridden by make

// DBAImg defines the default phpmyadmin image tag used for applications.
var DBAImg = "drud/phpmyadmin"

// DBATag defines the default phpmyadmin image tag used for applications.
var DBATag = "v1.2.0" // Note that this can be overridden by make
var DBATag = "v1.3.0" // Note that this can be overridden by make

// RouterImage defines the image used for the router.
var RouterImage = "drud/ddev-router"

// RouterTag defines the tag used for the router.
var RouterTag = "20180922_upgrade_debian_stretch" // Note that this can be overridden by make
var RouterTag = "v1.3.0" // Note that this can be overridden by make

// COMMIT is the actual committish, supplied by make
var COMMIT = "COMMIT should be overridden"
Expand Down

0 comments on commit c21e612

Please sign in to comment.