Skip to content

Commit 85e0d02

Browse files
committed
Drop postgresql version requirement, we are good with the default version
1 parent df9b0b5 commit 85e0d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/container/EL9/framework/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.n
2626
ENV PATH="~/.local/bin:$PATH"
2727
ARG PATH="~/.local/bin:$PATH"
2828

29-
# Install postgresql version ${PG_VERSION}
29+
# Install postgresql
3030
RUN dnf -y install --enablerepo crb \
31-
postgresql-server-${PG_VERSION}\* \
32-
postgresql-${PG_VERSION}\* \
31+
postgresql-server \
32+
postgresql \
3333
postgresql-devel \
3434
&& dnf -y clean all
3535

0 commit comments

Comments
 (0)