Skip to content

Commit

Permalink
Update ubi9 image for security vulnerabilities for engine
Browse files Browse the repository at this point in the history
PR-URL: hasura/graphql-engine-mono#11085
GitOrigin-RevId: c9f8f82a966eb914472d8b247bd4d737580727d8
  • Loading branch information
codedmart authored and hasura-bot committed Nov 21, 2024
1 parent b547e66 commit 516a4a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packaging/graphql-engine-base/ubi.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DATE VERSION: 2024-09-17
# DATE VERSION: 2024-11-20
# Modify the above date version (YYYY-MM-DD) if you want to rebuild the image

FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1725849298 as pg_dump_source
FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 as pg_dump_source

ARG TARGETPLATFORM

Expand All @@ -13,7 +13,7 @@ RUN set -ex; \
fi; \
microdnf install -y postgresql16-server

FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1725849298
FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394

ARG TARGETPLATFORM

Expand All @@ -36,7 +36,7 @@ RUN ln -s /usr/lib64/libpcre.so.1 /usr/lib64/libpcre.so.3

RUN set -ex; \
# deps needed for graphql-engine
microdnf install -y krb5-libs libpq-13.11-1.el9 numactl-libs; \
microdnf install -y krb5-libs libpq-13.15-1.el9 numactl-libs; \
# deps for cli-migrations
microdnf install -y nc

Expand Down

0 comments on commit 516a4a3

Please sign in to comment.