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

Reviewed-on: #3533
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
Alex Moreno 2025-03-05 10:16:09 +00:00
commit a78a72319f
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -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') {

View File

@ -1,4 +1,4 @@
FROM mariadb:10.11.6 FROM mariadb:10.11.10
ENV TZ Europe/Madrid ENV TZ Europe/Madrid