ci: Update db.Dockerfile to postgres 16
This commit is contained in:
parent
cc604a247b
commit
6fbd8473f2
|
@ -1,7 +1,7 @@
|
|||
# =====================
|
||||
# --- Builder Stage ---
|
||||
# =====================
|
||||
FROM postgres:14.6 AS builder
|
||||
FROM postgres:16 AS builder
|
||||
|
||||
ENV POSTGRES_PASSWORD=hk2j22sfiv
|
||||
ENV POSTGRES_USER=django
|
||||
|
@ -19,7 +19,7 @@ RUN ["/usr/local/bin/docker-entrypoint.sh", "postgres"]
|
|||
# ===================
|
||||
# --- Final Image ---
|
||||
# ===================
|
||||
FROM postgres:14.6
|
||||
FROM postgres:16
|
||||
LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
|
||||
|
||||
COPY --from=builder /data $PGDATA
|
||||
|
|
Loading…
Reference in a new issue