Skip to content

Commit

Permalink
Merge pull request #1440 from tarlepp/chore(env)/php-update
Browse files Browse the repository at this point in the history
Chore(env)/PHP version upgrade
  • Loading branch information
tarlepp committed Oct 6, 2021
2 parents 0d1d1ce + 919064e commit d893ae5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM php:8.0.10-fpm
FROM php:8.0.11-fpm

RUN apt-get update && apt-get install -y \
zlib1g-dev libzip-dev libxml2-dev libicu-dev g++ git unzip jq wget \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
@@ -1,4 +1,4 @@
FROM php:8.0.10-fpm
FROM php:8.0.11-fpm

# Let's use bash as a default shell with login each time
SHELL ["/bin/bash", "--login", "-c"]
Expand Down

0 comments on commit d893ae5

Please sign in to comment.