Use 'buster' image

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
This commit is contained in:
Vasilis Tsiligiannis 2019-09-04 02:20:59 +03:00 committed by Manolis Surligas
parent 9490bafcbd
commit b5a70703d9
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ stages:
- deploy - deploy
debian: debian:
stage: build stage: build
image: debian:stretch image: debian:buster
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y devscripts git-buildpackage - apt-get install -y devscripts git-buildpackage
@ -26,7 +26,7 @@ debian:
- artifacts - artifacts
deploy: deploy:
stage: deploy stage: deploy
image: debian:stretch image: debian:buster
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y osc - apt-get install -y osc