Skip to content

Commit

Permalink
feat Upgrade PHP8.1 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab authored Dec 12, 2021
1 parent ffd483e commit 3844fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http://localhost
### app container

- Base image
- [php](https://hub.docker.com/_/php):8.0-fpm-bullseye
- [php](https://hub.docker.com/_/php):8.1-fpm-bullseye
- [composer](https://hub.docker.com/_/composer):2.1

### web container
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0-fpm-bullseye
FROM php:8.1-fpm-bullseye
LABEL maintainer="ucan-lab <[email protected]>"
SHELL ["/bin/bash", "-oeux", "pipefail", "-c"]

Expand Down

0 comments on commit 3844fe0

Please sign in to comment.