From fd47635b259f0b27a48a19e9d8b31f508ba6a4d7 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 13 Jan 2020 15:54:51 +0100 Subject: [PATCH] Bump container image version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72c98a6..abc7412 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: UPSTREAM_REPO: android_panfrost/image_rockpi4 DEBIAN_VERSION: testing-slim - DEBIAN_TAG: "${CI_COMMIT_REF_NAME}-2020-01-09" + DEBIAN_TAG: "${CI_COMMIT_REF_NAME}-2020-01-13" include: - project: 'android_panfrost/ci_templates' ref: master -- GitLab