Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG NAME_IMAGE_BASE='php'
ARG NAME_IMAGE_TAG='8.1-fpm-alpine3.15'
ARG NAME_IMAGE_TAG='8.1-fpm-alpine3.16'

FROM ${NAME_IMAGE_BASE}:${NAME_IMAGE_TAG}

ARG BUILD_ID="unknown"
ARG COMMIT_ID="unknown"
ARG VERSION_OS='3.15'
ARG VERSION_OS='3.16'
ARG VERSION_PHP='8.1'

LABEL \
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After `run`, open in your browser `http://localhost:8080` and enjoy!
To run this image, only the Docker Engine is needed.

* [Linux](https://docs.docker.com/linux/started/)
* [OS X](https://docs.docker.com/mac/started/)
* [MacOS](https://docs.docker.com/mac/started/)
* [Windows](https://docs.docker.com/windows/started)

#### Volumes
Expand All @@ -56,19 +56,19 @@ To run this image, only the Docker Engine is needed.

## Built With

* php
* nginx
* imagemagick
* PHP 8.1
* Nginx
* Imagemagick

See [Dockerfile](Dockerfile) for details of the extensions, libs and configurations.
See [Dockerfile](https://github.com/fontebasso/docker-php-nginx/blob/main/Dockerfile) for details of the extensions, libs and configurations.

## Find Us

* [GitHub](https://github.com/fontebasso/docker-php-nginx)

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
Please read [CONTRIBUTING.md](https://github.com/fontebasso/docker-php-nginx/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Authors

Expand All @@ -78,4 +78,4 @@ See also the list of [contributors](https://github.com/fontebasso/docker-php-ngi

## License

The MIT License, see the [LICENSE](LICENSE) file for details.
The MIT License, see the [LICENSE](https://github.com/fontebasso/docker-php-nginx/blob/main/LICENSE) file for details.