Skip to content

Commit

Permalink
Fix Fedora Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 5, 2024
1 parent 78d8de5 commit ad4ed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Note that "PG_MAJOR_VER" build arg in the build step must match the
# "--features pgXX" in the run step

ARG FEDORA_VER=38
ARG FEDORA_VER=40
FROM fedora:${FEDORA_VER}
ARG FEDORA_VER
ENV FEDORA_VER=${FEDORA_VER}
Expand Down

0 comments on commit ad4ed45

Please sign in to comment.