Skip to content

Commit

Permalink
build: bump images to v1.23.1 for release (ddev#6184)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored May 15, 2024
1 parent a377e8e commit 7607d85
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,16 +17,16 @@ var WebTag = "v1.23.1" // Note that this can be overridden by make
var DBImg = "ddev/ddev-dbserver"

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

const TraditionalRouterImage = "ddev/ddev-nginx-proxy-router:v1.23.0"
const TraefikRouterImage = "ddev/ddev-traefik-router:v1.23.0"
const TraditionalRouterImage = "ddev/ddev-nginx-proxy-router:v1.23.1"
const TraefikRouterImage = "ddev/ddev-traefik-router:v1.23.1"

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

// SSHAuthTag is ssh-agent auth tag
var SSHAuthTag = "v1.23.0"
var SSHAuthTag = "v1.23.1"

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

0 comments on commit 7607d85

Please sign in to comment.