diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-29 13:18:01 +0100 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2022-02-15 21:00:39 -0500 |
commit | 599e41c14b8d5ab513a6a7581458a60e06543f89 (patch) | |
tree | 7b9bf33b07d3ad28f42dedb3b705b7083c655416 /.circleci/config.yml | |
parent | edf726ca1b21d425c38e7e7cadbd8e9588498f23 (diff) |
CircleCI: Add 21.02 GPG and usign public keys and update to Debian 10
Debian 9 (stretch) comes with Python 3.5 by default and End of Life is going to be
on 30th June 2022, let's update it to Debian 10 (buster).
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 014c09b04..f245ac484 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.0 jobs: build: docker: - - image: docker.io/openwrtorg/packages-cci:v1.0.5 + - image: docker.io/openwrtorg/packages-cci:v1.0.6 environment: - SDK_HOST: "downloads.openwrt.org" - SDK_PATH: "snapshots/targets/ath79/generic" |