feat: update postgres to 17.8 #minor

This commit is contained in:
public-glueops-renovatebot[bot]
2026-02-13 00:41:52 +00:00
committed by GitHub
parent a40da0c23d
commit ec7925b40d

View File

@@ -1,4 +1,4 @@
FROM postgres:17.7@sha256:dca7512acaa113409df7e40d977d801e53c0c8088e45d4311a45b4065ccfdcd3 FROM postgres:17.8@sha256:5be49f2625d42a4ce42e1dc28288d5523343c2f5561589143fe03a14fffe0deb
RUN cd /var/lib/postgresql/ && \ RUN cd /var/lib/postgresql/ && \
openssl req -new -text -passout pass:abcd -subj /CN=localhost -out server.req -keyout privkey.pem && \ openssl req -new -text -passout pass:abcd -subj /CN=localhost -out server.req -keyout privkey.pem && \