Skip to content

Commit

Permalink
Merge pull request #188 from aaradhak/f40
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Jun 18, 2024
2 parents bff03f8 + b05784b commit d18a30c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:40

RUN dnf -y install git python3-aiohttp && dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion coreos-koji-tagger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:40

# set PYTHONUNBUFFERED env var to non-empty string so that our
# periods with no newline get printed immediately to the screen
Expand Down
2 changes: 1 addition & 1 deletion coreos-ostree-importer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:39
FROM registry.fedoraproject.org/fedora:40

# set PYTHONUNBUFFERED env var to non-empty string so that our
# output immediately comes to the console
Expand Down
2 changes: 1 addition & 1 deletion fedora-ostree-pruner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:38
FROM registry.fedoraproject.org/fedora:40

# set PYTHONUNBUFFERED env var to non-empty string so that our
# output immediately comes to the console
Expand Down

0 comments on commit d18a30c

Please sign in to comment.