Skip to content

Commit

Permalink
build: bump images to v1.22.5 for pre-release (#5566)
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev committed Nov 24, 2023
1 parent 1b51e44 commit 2197e15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion containers/ddev-webserver/Dockerfile
Expand Up @@ -3,7 +3,7 @@
### Build ddev-php-base from ddev-webserver-base
### ddev-php-base is the basic of ddev-php-prod
### and ddev-webserver-* (For DDEV-Local)
FROM ddev/ddev-php-base:20231102_joelpittet_revert_sendmail_t as ddev-webserver-base
FROM ddev/ddev-php-base:v1.22.5 as ddev-webserver-base

ENV BACKDROP_DRUSH_VERSION=1.4.0
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
12 changes: 6 additions & 6 deletions pkg/versionconstants/versionconstants.go
Expand Up @@ -15,24 +15,24 @@ var AmplitudeAPIKey = ""
var WebImg = "ddev/ddev-webserver"

// WebTag defines the default web image tag
var WebTag = "20231123_stasadev_upsun" // Note that this can be overridden by make
var WebTag = "v1.22.5-rc1" // Note that this can be overridden by make

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

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

const TraditionalRouterImage = "ddev/ddev-nginx-proxy-router:v1.22.4"
const TraefikRouterImage = "ddev/ddev-traefik-router:v1.22.4"
const TraditionalRouterImage = "ddev/ddev-nginx-proxy-router:v1.22.5"
const TraefikRouterImage = "ddev/ddev-traefik-router:v1.22.5"

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

// SSHAuthTag is ssh-agent auth tag
var SSHAuthTag = "v1.22.4"
var SSHAuthTag = "v1.22.5"

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

// BUILDINFO is information with date and context, supplied by make
Expand Down

0 comments on commit 2197e15

Please sign in to comment.