Skip to content

Commit 0e87cd4

Browse files
authored
readme: 4.8 tag is also present
for ones that prefer not to have unexpected version update (but patches are ok), prefer `X.Y` docker tag over `latest`. improve wording as technically there is no 4.8 branch yet
1 parent d3d7a78 commit 0e87cd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ The official MySQL and MariaDB use following environment variables to define the
2727
You can use following tags on Docker hub:
2828

2929
* `latest` - latest stable release
30-
* `4.6` - latest stable release from the 4.6 branch
31-
* `4.7` - latest stable release from the 4.7 branch
30+
* `4.6` - latest stable release for the 4.6 version
31+
* `4.7` - latest stable release for the 4.7 version
32+
* `4.8` - latest stable release for the 4.8 version
3233
* `edge` - bleeding edge docker image (contains stable phpMyAdmin, but the Docker image changes might not yet be fully tested)
3334
* `edge-4.7` - bleeding edge docker image + latest snapshots from 4.7 branch
3435
* `edge-4.8` - bleeding edge docker image + latest snapshots from 4.8 branch (currently master)

0 commit comments

Comments
 (0)