Skip to content

Commit

Permalink
Bump docker images for v1.19.4 (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 17, 2022
1 parent 716a807 commit 2613f3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/ddev-webserver/Dockerfile
Original file line number Diff line number Diff line change
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 drud/ddev-php-base:v1.19.3 as ddev-webserver-base
FROM drud/ddev-php-base:v1.19.4 as ddev-webserver-base

ENV BACKDROP_DRUSH_VERSION=1.4.0
ENV MKCERT_VERSION=v1.4.6
Expand Down
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 = "20220703_acli" // Note that this can be overridden by make
var WebTag = "v1.19.4" // 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.3"
var BaseDBTag = "v1.19.4"

// 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.3" // Note that this can be overridden by make
var RouterTag = "v1.19.4" // 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 = "20220628_mikebarkas_sshagent"
var SSHAuthTag = "v1.19.4"

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

0 comments on commit 2613f3d

Please sign in to comment.