Merge branch 'main' of github.com:GlueOps/autoglue

# Conflicts:
#	go.mod
#	go.sum
This commit is contained in:
allanice001
2025-11-06 04:31:49 +00:00
2 changed files with 8 additions and 1 deletions

View File

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