Skip to content

Commit

Permalink
Dockerfile: upgrade to fedora:39
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuzhu committed Jul 11, 2024
1 parent f05471f commit dbf966f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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." \
Expand Down

0 comments on commit dbf966f

Please sign in to comment.