Skip to content

Commit

Permalink
Dockerfile: bump to Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Apr 14, 2023
1 parent b127f51 commit 93ffc9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# rebuild: 20221103
FROM registry.fedoraproject.org/fedora:36
FROM registry.fedoraproject.org/fedora:38
RUN dnf install -y python3-pip sqlite && dnf clean all
COPY requirements.txt /
RUN pip install -r /requirements.txt
Expand Down

0 comments on commit 93ffc9d

Please sign in to comment.