workflows: update docker tag

This should enable the docker images with Python 3 as default.
This commit is contained in:
Julian Oes
2020-01-06 12:49:07 +01:00
committed by Nuno Marques
parent 8e30c4a291
commit 02ecc04583
5 changed files with 5 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: px4io/px4-dev-base-bionic:2019-10-24
container: px4io/px4-dev-base-bionic:2020-01-10
steps:
- uses: actions/checkout@v1
with: