Skip to content

Commit

Permalink
Bring in php8.0 extensions redis and memcached from upstream (#2759)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 26, 2021
1 parent 9db9035 commit 170cd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 (for DDEV-Live)
### and ddev-webserver-* (For DDEV-Local)
FROM drud/ddev-php-base:v0.7.7 as ddev-webserver-base
FROM drud/ddev-php-base:v0.7.8 as ddev-webserver-base

ENV BACKDROP_DRUSH_VERSION=1.4.0
ENV MKCERT_VERSION=v1.4.6
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -40,7 +40,7 @@ var DockerComposeFileFormatVersion = "3.6"
var WebImg = "drud/ddev-webserver"

// WebTag defines the default web image tag for drud dev
var WebTag = "20210111_lolautruche_blackfire" // Note that this can be overridden by make
var WebTag = "20210126_php8_extensions" // Note that this can be overridden by make

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

0 comments on commit 170cd19

Please sign in to comment.