Skip to content

Commit

Permalink
Update to php8.2 and switch to alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan van Marsbergen committed Dec 15, 2022
1 parent 5a52c6f commit 92fa649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0-fpm
FROM php:8.2-fpm-alpine

# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3'
services:
daanvm-nl-nginx:
build:
context: sites/daanvm.nl
dockerfile: Dockerfile-nginx
restart: unless-stopped
volumes:
Expand All @@ -13,7 +12,6 @@ services:

daanvm-nl-php:
build:
context: sites/daanvm.nl
dockerfile: Dockerfile-php
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 92fa649

Please sign in to comment.