From ad4ed4529be83d01da7b7ac544f8c792d2a97fd1 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 5 Jul 2024 13:43:26 -0700 Subject: [PATCH] Fix Fedora Dockerfile --- .github/docker/Dockerfile.fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/Dockerfile.fedora b/.github/docker/Dockerfile.fedora index 1e8829ff4..1e62993de 100644 --- a/.github/docker/Dockerfile.fedora +++ b/.github/docker/Dockerfile.fedora @@ -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}