diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e56035..f2f7dca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,15 +18,15 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.9" - - uses: fedora-python/tox-github-action@v37.0 + - uses: fedora-python/tox-github-action@v39.0 with: tox_env: flake8 dnf_install: krb5-devel - - uses: fedora-python/tox-github-action@v37.0 + - uses: fedora-python/tox-github-action@v39.0 with: tox_env: safety dnf_install: krb5-devel - - uses: fedora-python/tox-github-action@v37.0 + - uses: fedora-python/tox-github-action@v39.0 with: tox_env: bandit dnf_install: krb5-devel @@ -40,7 +40,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.9" - - uses: fedora-python/tox-github-action@v37.0 + - uses: fedora-python/tox-github-action@v39.0 with: tox_env: py39 dnf_install: krb5-devel diff --git a/Dockerfile b/Dockerfile index 53a6ed8..1c47a06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:37 +FROM registry.fedoraproject.org/fedora:39 LABEL maintainer="Factory 2 Team" \ description="A microservice triggered by specific message to tag a build." \