Merge pull request 'chore: update Dockerfile to use mariadb version 10.11.10' (!3533) from update_mariadb_10.11.10 into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3533 Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
commit
a78a72319f
|
@ -151,7 +151,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
VERSION = readFile 'VERSION.txt'
|
VERSION = readFile 'VERSION.txt'
|
||||||
CREDENTIALS = credentials('docker-registry')
|
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('Back') {
|
stage('Back') {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM mariadb:10.11.6
|
FROM mariadb:10.11.10
|
||||||
|
|
||||||
ENV TZ Europe/Madrid
|
ENV TZ Europe/Madrid
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue