chore(fallback): update postgres (#819)

Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com>
This commit is contained in:
public-glueops-renovatebot[bot]
2026-04-17 07:41:29 +00:00
committed by GitHub
parent fa2ba6115b
commit f397e2473e

View File

@@ -1,4 +1,4 @@
FROM postgres:18.3@sha256:a9abf4275f9e99bff8e6aed712b3b7dfec9cac1341bba01c1ffdfce9ff9fc34a
FROM postgres:18.3@sha256:52e6ffd11fddd081ae63880b635b2a61c14008c17fc98cdc7ce5472265516dd0
RUN cd /var/lib/postgresql/ && \
openssl req -new -text -passout pass:abcd -subj /CN=localhost -out server.req -keyout privkey.pem && \