diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-08-13 11:25:30 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-08-13 11:52:29 +0200 |
commit | 4abdc0234f3a25b5c9edea08f61e4d9186283946 (patch) | |
tree | 34ba24ad73f38cb651f13a98a334cd63d1aff881 /.circleci | |
parent | b14adeb3a9eaf866cc2786c5d7c876157ced6c6b (diff) |
circleci: use Docker image v1.0.4
This new image which is already available contains Python3 support.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to '.circleci')
-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 eb9ddefd1..2edf04292 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.3 + - image: docker.io/openwrtorg/packages-cci:v1.0.4 environment: - SDK_HOST: "downloads.openwrt.org" - SDK_PATH: "snapshots/targets/ath79/generic" |