Skip to content

Commit 684a1f2

Browse files
committed
Update to Fedora 36
Fedora 35 is end of life in less than a week and might not get all the latest Python updates.
1 parent ad2f789 commit 684a1f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: '48 23 * * 6'
1212

1313
env:
14-
FEDORA_VERSION: 35
14+
FEDORA_VERSION: 36
1515

1616
jobs:
1717
build-and-push:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:35
1+
FROM registry.fedoraproject.org/fedora:36
22

33
LABEL maintainer="Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>"
44

0 commit comments

Comments
 (0)