Skip to content

Commit

Permalink
Bump ddev-router image tag to solve problem with header too big (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed May 9, 2018
1 parent 90cb194 commit 0d5841a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WebTag ?= v1.3.0
DBImg ?= drud/mariadb-local
DBTag ?= v0.9.0
RouterImage ?= drud/ddev-router
RouterTag ?= v0.5.0
RouterTag ?= v0.5.1
DBAImg ?= drud/phpmyadmin
DBATag ?= v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var DBATag = "v0.2.0"
var RouterImage = "drud/ddev-router" // Note that this is overridden by make

// RouterTag defines the tag used for the router.
var RouterTag = "v0.5.0" // Note that this is overridden by make
var RouterTag = "v0.5.1" // Note that this is overridden by make

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

0 comments on commit 0d5841a

Please sign in to comment.