mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 08:32:49 +03:00
Update ubi9 image for security vulnerabilities for engine
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/11085 GitOrigin-RevId: c9f8f82a966eb914472d8b247bd4d737580727d8
This commit is contained in:
parent
b547e66ecb
commit
516a4a377f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user