From 2c93ad3fa4335d5c384c1ddbb41e71e5c88bf408 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 7 Nov 2021 00:29:02 +0500 Subject: [PATCH] Update versions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6ab31cc..bb554ce 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Container was created as an attempt to move everything inside Docker, even thing **Warning:** this image isn't small and contains everything that is available in Alpine Linux for php. If you want to minimize image size - please build application-specific container! +## Versions + +At current commit image is using: + +* Alpine 3.14.0 +* nginx 1.20.1 +* php 7.4.25 + ## Adding nginx configuration Just bind files (or whole directory) to `/etc/nginx/conf.d`.