Locking Adminer to stable version

This commit is contained in:
Winfried
2017-04-23 23:57:47 +02:00
parent 24d70ad1e3
commit 4bf0df8ee1
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
FROM adminer:latest
FROM adminer:4.3.0
# Version 4.3.1 contains PostgreSQL login errors. See docs.
# See https://sourceforge.net/p/adminer/bugs-and-features/548/
MAINTAINER Patrick Artounian <partounian@gmail.com>