Skip to content

Commit

Permalink
Use PHP 8.0 Alpine images for the prod & dev containers
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Feb 10, 2021
1 parent 4649027 commit accf70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-config/php-dev-craft/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nystudio107/php-dev-base:7.4-alpine
FROM nystudio107/php-dev-base:8.0-alpine

# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
Expand Down
2 changes: 1 addition & 1 deletion docker-config/php-prod-craft/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nystudio107/php-prod-base:7.4-alpine
FROM nystudio107/php-prod-base:8.0-alpine

# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
Expand Down

0 comments on commit accf70f

Please sign in to comment.