Skip to content

Commit

Permalink
Bump images to v1.19.5 (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 17, 2022
1 parent 2613f3d commit e529af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/versionconstants/versionconstants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ var SegmentKey = ""
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag
var WebTag = "v1.19.4" // Note that this can be overridden by make
var WebTag = "v1.19.5" // Note that this can be overridden by make

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

// BaseDBTag is the main tag, DBTag is constructed from it
var BaseDBTag = "v1.19.4"
var BaseDBTag = "v1.19.5"

// DBAImg defines the default phpmyadmin image tag used for applications.
var DBAImg = "phpmyadmin"
Expand All @@ -35,15 +35,15 @@ var DBATag = "5" // Note that this can be overridden by make
var RouterImage = "drud/ddev-router"

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

// SSHAuthImage is image for agent
//var SSHAuthImage = "drud/ddev-ssh-agent"
var SSHAuthImage = "drud/ddev-ssh-agent"

// SSHAuthTag is ssh-agent auth tag
//var SSHAuthTag = "v1.19.0"
var SSHAuthTag = "v1.19.4"
var SSHAuthTag = "v1.19.5"

// Busybox is used a couple of places for a quick-pull
var BusyboxImage = "busybox:stable"
Expand Down

0 comments on commit e529af4

Please sign in to comment.