Skip to content

Commit f13a1a5

Browse files
authored
ci: Update db.Dockerfile to postgres 17
1 parent 00264a4 commit f13a1a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/db.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# =====================
22
# --- Builder Stage ---
33
# =====================
4-
FROM postgres:16 AS builder
4+
FROM postgres:17 AS builder
55

66
ENV POSTGRES_PASSWORD=hk2j22sfiv
77
ENV POSTGRES_USER=django
@@ -19,7 +19,7 @@ RUN ["/usr/local/bin/docker-entrypoint.sh", "postgres"]
1919
# ===================
2020
# --- Final Image ---
2121
# ===================
22-
FROM postgres:16
22+
FROM postgres:17
2323
LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
2424

2525
COPY --from=builder /data $PGDATA

0 commit comments

Comments
 (0)