Selaa lähdekoodia

feat(docker): lock MariaDB version

Peter Thomassen 8 vuotta sitten
vanhempi
commit
0ee4fb759c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      db/Dockerfile

+ 1 - 1
db/Dockerfile

@@ -1,4 +1,4 @@
-FROM mariadb
+FROM mariadb:10.1
 
 # mountable ssl certificate and key directory
 # (we don't want any keys in this repository)