Skip to content

Commit

Permalink
Merge pull request #118 from sclorg/use_f37_back
Browse files Browse the repository at this point in the history
Use Fedora 37 back again
  • Loading branch information
phracek authored Sep 5, 2024
2 parents de7d006 + ebad411 commit 941b47f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:39
FROM quay.io/fedora/fedora:37

ENV NAME=betka-fedora \
RELEASE=0.7.11 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deployment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:39
FROM quay.io/fedora/fedora:37

ENV HOME=/tmp/betka-deployment/
WORKDIR $HOME
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:39
FROM quay.io/fedora/fedora:37

ENV NAME=betka \
RELEASE=1 \
Expand Down

0 comments on commit 941b47f

Please sign in to comment.