mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-23 23:43:44 +03:00
ci: tag release v2.44.0-beta.1
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/11027 GitOrigin-RevId: 935bd1ad87729507d82033118b1319fb8452b215
This commit is contained in:
parent
ccd6cf793b
commit
7602629741
@ -1,7 +1,7 @@
|
||||
# DATE VERSION: 2024-08-16
|
||||
# DATE VERSION: 2024-09-17
|
||||
# Modify the above date version (YYYY-MM-DD) if you want to rebuild the image
|
||||
|
||||
FROM registry.access.redhat.com/ubi9-minimal:9.4-1194 as pg_dump_source
|
||||
FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1725849298 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-1194
|
||||
FROM registry.access.redhat.com/ubi9-minimal:9.4-1227.1725849298
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# DATE VERSION: 2024-08-16
|
||||
# DATE VERSION: 2024-09-17
|
||||
# Modify the above date version (YYYY-MM-DD) if you want to rebuild the image
|
||||
|
||||
FROM ubuntu:jammy-20240808
|
||||
FROM ubuntu:jammy-20240911.1
|
||||
|
||||
### NOTE! Shared libraries here need to be kept in sync with `server-builder.dockerfile`!
|
||||
|
||||
|
@ -223,3 +223,4 @@ v2.36.5-1 48
|
||||
v2.43.0-beta.1 48
|
||||
v2.36.8 48
|
||||
v2.43.0 48
|
||||
v2.44.0-beta.1 48
|
||||
|
Loading…
Reference in New Issue
Block a user