Skip to content

Commit

Permalink
Update docker-compose setup to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mermshaus committed Dec 12, 2022
1 parent 5b74a0f commit 53636d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/bunny/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli
FROM php:8.2-cli

RUN apt-get update \
&& apt-get dist-upgrade -y \
Expand Down

0 comments on commit 53636d8

Please sign in to comment.