summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-06 05:35:15 +0100
committerstartxfr <clarue@startx.fr>2015-12-06 05:35:15 +0100
commit6fc395ce332cf2565705b3a36bceaaa6f3948417 (patch)
treeeb725df784ff7f00a425269a0d749cbca3fbb3cd
parent698d6e0274e54b759c64f2de4180869e8e4c2c5e (diff)
downloadphpmyadmin-6fc395ce332cf2565705b3a36bceaaa6f3948417.tar.gz
phpmyadmin-6fc395ce332cf2565705b3a36bceaaa6f3948417.tar.bz2
phpmyadmin-6fc395ce332cf2565705b3a36bceaaa6f3948417.tar.xz
phpmyadmin-6fc395ce332cf2565705b3a36bceaaa6f3948417.zip
change to experimental fedora for master branch
-rw-r--r--OS/Dockerfile2
-rw-r--r--OS/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/OS/Dockerfile b/OS/Dockerfile
index b38b1f3..1ed8547 100644
--- a/OS/Dockerfile
+++ b/OS/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:latest
+FROM fedora:rawhide
MAINTAINER Christophe LARUE <dev@startx.fr>
USER root
diff --git a/OS/README.md b/OS/README.md
index 679d0d0..6bbe60d 100644
--- a/OS/README.md
+++ b/OS/README.md
@@ -11,7 +11,7 @@ This container contain updated core OS rpm (kernel, libs,...) as well as usefull
| Version | Docker Hub repository | Fedora distribution |
|------------|-------------------------------------------------------------------------|---------------------------------------------|
-| Latest | [`startx/fedora:latest`](https://hub.docker.com/r/startx/fedora) | Fedora 24 (kernel 4.2 + GNU 3.18 ) |
+| Latest | [`startx/fedora:latest`](https://hub.docker.com/r/startx/fedora) | Fedora 24 (kernel 4.x + GNU 3.xx ) |
| 23 | [`startx/fedora:23`](https://hub.docker.com/r/startx/fedora) | Fedora 23 (kernel 4.2 + GNU 3.18 ) |
| 22 | [`startx/fedora:22`](https://hub.docker.com/r/startx/fedora) | Fedora 22 (kernel 4.0 + GNU 3.16 ) |
| 21 | [`startx/fedora:21`](https://hub.docker.com/r/startx/fedora) | Fedora 21 (kernel 3.16 + GNU 3.14 ) |