File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ FROM minidocks/base:3.18 AS v8.1
1010
1111FROM minidocks/base:3.18 AS v8.2
1212
13+ FROM minidocks/base:edge AS v8.3
14+
1315FROM v$version AS base
1416LABEL maintainer="Martin Hasoň <martin.hason@gmail.com>"
1517
Original file line number Diff line number Diff line change @@ -102,10 +102,14 @@ Tags
102102| Tag | Size |
103103| -------------| ----------------------------------------------------------------------------------------------------------------|
104104| latest, 8.2 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/latest?style=flat-square&logo=docker&label=size ) |
105- | 8.2-base | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.8-base?style=flat-square&logo=docker&label=size ) |
106- | 8.2 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.8?style=flat-square&logo=docker&label=size ) |
107- | 8.2-nginx | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.8-nginx?style=flat-square&logo=docker&label=size ) |
108- | 8.2-intl | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.8-intl?style=flat-square&logo=docker&label=size ) |
105+ | 8.3-base | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.3-base?style=flat-square&logo=docker&label=size ) |
106+ | 8.3 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.3?style=flat-square&logo=docker&label=size ) |
107+ | 8.3-nginx | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.3-nginx?style=flat-square&logo=docker&label=size ) |
108+ | 8.3-intl | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.3-intl?style=flat-square&logo=docker&label=size ) |
109+ | 8.2-base | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.2-base?style=flat-square&logo=docker&label=size ) |
110+ | 8.2 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.2?style=flat-square&logo=docker&label=size ) |
111+ | 8.2-nginx | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.2-nginx?style=flat-square&logo=docker&label=size ) |
112+ | 8.2-intl | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.2-intl?style=flat-square&logo=docker&label=size ) |
109113| 8.1-base | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.1-base?style=flat-square&logo=docker&label=size ) |
110114| 8.1 | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.1?style=flat-square&logo=docker&label=size ) |
111115| 8.1-nginx | ![ ] ( https://img.shields.io/docker/image-size/minidocks/php/8.1-nginx?style=flat-square&logo=docker&label=size ) |
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ versions="
15158.2-base;8.2;82;base
16168.2-nginx;8.2;82;nginx
17178.2-intl;8.2;82;intl
18+ 8.3;8.3;83
19+ 8.3-base;8.3;83;base
20+ 8.3-nginx;8.3;83;nginx
21+ 8.3-intl;8.3;83;intl
1822latest;8.2;82
1923"
2024
You can’t perform that action at this time.
0 commit comments