summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--bootstrap/sha1sum.txt2
-rwxr-xr-xbootstrap/template.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 569120f6f44..c9bc00c4ddf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
- SAMBA_CI_CONTAINER_TAG: 0ff8e6d23f6f418ee5af48921754f4073300c1a5
+ SAMBA_CI_CONTAINER_TAG: 86279163d150fb95742f4b34fce0dfc1a639f5de
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.
diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt
index fb3adc00797..7d4891b02e7 100644
--- a/bootstrap/sha1sum.txt
+++ b/bootstrap/sha1sum.txt
@@ -1 +1 @@
-0ff8e6d23f6f418ee5af48921754f4073300c1a5
+86279163d150fb95742f4b34fce0dfc1a639f5de
diff --git a/bootstrap/template.py b/bootstrap/template.py
index e12e2e0dc82..0acfaa21e08 100755
--- a/bootstrap/template.py
+++ b/bootstrap/template.py
@@ -32,7 +32,7 @@ from config import DISTS, VAGRANTFILE, OUT
HERE = os.path.abspath(os.path.dirname(__file__))
SHA1SUM_FILE_PATH = os.path.join(HERE, 'sha1sum.txt')
-README_FILE_PATH = os.path.join(HERE, 'READMD.md')
+README_FILE_PATH = os.path.join(HERE, 'README.md')
logging.basicConfig(level='INFO')
log = logging.getLogger(__file__)