Skip to content

Commit 48ba3b9

Browse files
authored
fix: install proper postgresql version (#143)
1 parent f55c345 commit 48ba3b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ COPY --from=source /usr/bin/cgroup-limits /usr/bin/cgroup-limits
1515
COPY --from=source /usr/bin/container-entrypoint /usr/bin/container-entrypoint
1616
COPY --from=source /usr/bin/run-postgresql /usr/bin/run-postgresql
1717

18-
RUN microdnf install -y \
18+
RUN microdnf module enable -y postgresql:$POSTGRESQL_VERSION \
19+
&& microdnf install -y \
1920
bind-utils \
2021
findutils \
2122
gettext \

0 commit comments

Comments
 (0)