Skip to content

Commit

Permalink
Merge pull request #2 from yettoapp/pg17
Browse files Browse the repository at this point in the history
Bump to pg17
  • Loading branch information
gjtorikian authored Sep 29, 2024
2 parents 7f9360a + 84f0647 commit 1781325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# repeated below, because Docker
ARG PG_VERSION_MAJOR=16
ARG PG_VERSION_MAJOR=17
ARG DEBIAN_VERSION="bookworm"

###############################################
Expand All @@ -9,7 +9,7 @@ ARG DEBIAN_VERSION="bookworm"
FROM postgres:${PG_VERSION_MAJOR}-${DEBIAN_VERSION} AS builder

# repeated above, because Docker
ARG PG_VERSION_MAJOR=16
ARG PG_VERSION_MAJOR=17
ARG DEBIAN_VERSION="bookworm"
ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 1781325

Please sign in to comment.