Skip to content

Commit dbc73cd

Browse files
committed
Dockerfile: bump to Fedora 38
1 parent 08b6cff commit dbc73cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# rebuild: 20221103
2-
FROM registry.fedoraproject.org/fedora:36
1+
FROM registry.fedoraproject.org/fedora:38
32
RUN dnf install -y python3-pip && dnf clean all
43
COPY requirements.txt /
54
RUN pip install -r /requirements.txt

0 commit comments

Comments
 (0)