Skip to content

Commit f4dcc29

Browse files
committed
upgrading alpine version +docs
1 parent 682e20a commit f4dcc29

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ARG NAME_IMAGE_BASE='php'
2-
ARG NAME_IMAGE_TAG='8.1-fpm-alpine3.15'
2+
ARG NAME_IMAGE_TAG='8.1-fpm-alpine3.16'
33

44
FROM ${NAME_IMAGE_BASE}:${NAME_IMAGE_TAG}
55

66
ARG BUILD_ID="unknown"
77
ARG COMMIT_ID="unknown"
8-
ARG VERSION_OS='3.15'
8+
ARG VERSION_OS='3.16'
99
ARG VERSION_PHP='8.1'
1010

1111
LABEL \

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After `run`, open in your browser `http://localhost:8080` and enjoy!
4646
To run this image, only the Docker Engine is needed.
4747

4848
* [Linux](https://docs.docker.com/linux/started/)
49-
* [OS X](https://docs.docker.com/mac/started/)
49+
* [MacOS](https://docs.docker.com/mac/started/)
5050
* [Windows](https://docs.docker.com/windows/started)
5151

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

5757
## Built With
5858

59-
* php
60-
* nginx
61-
* imagemagick
59+
* PHP 8.1
60+
* Nginx
61+
* Imagemagick
6262

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

6565
## Find Us
6666

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

6969
## Contributing
7070

71-
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
71+
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.
7272

7373
## Authors
7474

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

7979
## License
8080

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

0 commit comments

Comments
 (0)