diff options
Diffstat (limited to '.circleci/README')
-rw-r--r-- | .circleci/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/README b/.circleci/README index 8b26582ef..8626412c7 100644 --- a/.circleci/README +++ b/.circleci/README @@ -1,6 +1,6 @@ # Build/update the docker image -docker pull debian:9 +docker pull debian:10 docker build --rm -t docker.io/openwrtorg/packages-cci:latest . docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG> docker push docker.io/openwrtorg/packages-cci |