diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2021-10-21 23:50:28 +0100 |
---|---|---|
committer | Jordan Petridis <jordan@centricular.com> | 2021-10-22 12:55:33 +0300 |
commit | 68da7af3bb97d4f890c84b47db06f4b4cbc4d6d0 (patch) | |
tree | f6e21eb0df898873b4acb089717b0342b4c40c29 | |
parent | 99e9fa1ab7b329c508e38a98fa84183842c5c4b9 (diff) |
ci: rebuild images for SSL root certificate expiration1.18
https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/420>
-rw-r--r-- | docker/build_manifest/Dockerfile | 2 | ||||
-rw-r--r-- | gitlab/ci_template.yml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docker/build_manifest/Dockerfile b/docker/build_manifest/Dockerfile index e3c4921..d9d3d95 100644 --- a/docker/build_manifest/Dockerfile +++ b/docker/build_manifest/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.1-alpine +FROM python:3.9.7-alpine ARG DEFAULT_BRANCH="master" diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 38af88e..6f8492b 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -18,10 +18,10 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2020-10-30.0' - CERBERO_TAG: '2020-10-22.0' - ANDROID_TAG: '2020-10-22.0' - MANIFEST_TAG: '2020-10-22.0' + FEDORA_TAG: '2021-10-22.0' + CERBERO_TAG: '2021-10-22.0' + ANDROID_TAG: '2021-10-22.0' + MANIFEST_TAG: '2021-10-22.0' TEST_MANIFEST_TAG: '2020-10-22.0' INDENT_TAG: '2020-10-22.0' |