Skip to content

Commit

Permalink
Bump images to use the new default version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Feb 13, 2024
1 parent dbb58a5 commit b4c4c8d
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
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 Usage)
FROM ddev/ddev-php-base:20230818_bump_debian_bookworm as ddev-webserver-base
FROM ddev/ddev-php-base:20240213_php_8.2_default as ddev-webserver-base

ENV BACKDROP_DRUSH_VERSION=1.4.0
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion pkg/versionconstants/versionconstants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var AmplitudeAPIKey = ""
var WebImg = "ddev/ddev-webserver"

// WebTag defines the default web image tag
var WebTag = "20230818_bump_debian_bookworm" // Note that this can be overridden by make
var WebTag = "20240213_php_8.2_default" // Note that this can be overridden by make

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

0 comments on commit b4c4c8d

Please sign in to comment.