Skip to content

Commit

Permalink
ci: bump ddev-php-base and ddev-webserver for php8.3.0rc3 (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 24, 2023
1 parent d50a3f1 commit c6a8acd
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)
FROM ddev/ddev-php-base:20231005_amayer5125_node_install as ddev-webserver-base
FROM ddev/ddev-php-base:v1.22.4 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 = "20231010_benwalch_bashrc_cleanup" // Note that this can be overridden by make
var WebTag = "20231023_bump_php83" // 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 c6a8acd

Please sign in to comment.