diff options
-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' |