Skip to content

Commit

Permalink
Revert to Debian "bullseye"
Browse files Browse the repository at this point in the history
This fixes a regression we found in cURL v7.85.0 and above where it auto-resolves any "*.localhost" domains to the PHP container, not the Apache container as set in /etc/hosts. We couldn't find a way to alter or override this new behaviour, so we're reverting to an older version of Debian (and cURL) as a workaround.
  • Loading branch information
wireblue committed Aug 1, 2023
1 parent 60f045d commit 1e9fd81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php/src/80/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0-fpm
FROM php:8.0-fpm-bullseye

LABEL maintainer.name="Pivotal Agency" \
maintainer.email="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion php/src/81/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm
FROM php:8.1-fpm-bullseye

LABEL maintainer.name="Pivotal Agency" \
maintainer.email="[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion php/src/82/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.2-fpm-bullseye

LABEL maintainer.name="Pivotal Agency" \
maintainer.email="[email protected]"
Expand Down

0 comments on commit 1e9fd81

Please sign in to comment.