Use the latest Python 3.8 docker image

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-01-06 11:59:01 +00:00 committed by Megan Wilhite
parent c4a077ab54
commit 0ed8dfffc7
3 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ jobs:
if: ${{ github.event_name == 'push' || fromJSON(inputs.changed-files)['docs'] || fromJSON(inputs.changed-files)['salt'] }}
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
- name: Install System Deps
@ -75,7 +75,7 @@ jobs:
if: ${{ github.event_name == 'push' || fromJSON(inputs.changed-files)['docs'] }}
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
- name: Install System Deps

View file

@ -15,7 +15,7 @@ jobs:
if: ${{ fromJSON(inputs.changed-files)['salt'] || fromJSON(inputs.changed-files)['lint'] }}
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
- name: Install System Deps
@ -74,7 +74,7 @@ jobs:
if: ${{ fromJSON(inputs.changed-files)['tests'] || fromJSON(inputs.changed-files)['lint'] }}
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
- name: Install System Deps

View file

@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: python:3.8.6-slim-buster
image: python:3.8-slim-buster
steps:
- name: Install System Deps