Skip to content

Commit

Permalink
Upgrading postgres versions (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Grigorev <[email protected]>
  • Loading branch information
CHERTS and Mikhail Grigorev authored Sep 11, 2024
1 parent d5ce833 commit 2bb4fff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20

ENV PG_MAJOR 12
ENV PG_VERSION 12.19
ENV PG_SHA256 617e3de52c22e822f4f57d01d5b2240503e198a9eccaf598a851109bd18e6fbb
ENV PG_VERSION 12.20
ENV PG_SHA256 2d543af3009fec7fd5af35f7a70c95085d3eef6b508e517aa9493e99b15e9ea9
ENV PG_REPACK_VERSION 1.4.5

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20

ENV PG_MAJOR 13
ENV PG_VERSION 13.15
ENV PG_SHA256 42edd415446d33b8c242be76d1ad057531b2264b2e86939339b7075c6e4ec925
ENV PG_VERSION 13.16
ENV PG_SHA256 c9cbbb6129f02328204828066bb3785c00a85c8ca8fd329c2a8a53c1f5cd8865
ENV PG_REPACK_VERSION 1.4.6

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20

ENV PG_MAJOR 14
ENV PG_VERSION 14.12
ENV PG_SHA256 6118d08f9ddcc1bd83cf2b7cc74d3b583bdcec2f37e6245a8ac003b8faa80923
ENV PG_VERSION 14.13
ENV PG_SHA256 59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56
ENV PG_REPACK_VERSION 1.4.7

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20

ENV PG_MAJOR 15
ENV PG_VERSION 15.7
ENV PG_SHA256 a46fe49485ab6385e39dabbbb654f5d3049206f76cd695e224268729520998f7
ENV PG_VERSION 15.8
ENV PG_SHA256 4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a
ENV PG_REPACK_VERSION 1.4.8

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20

ENV PG_MAJOR 16
ENV PG_VERSION 16.3
ENV PG_SHA256 331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
ENV PG_VERSION 16.4
ENV PG_SHA256 971766d645aa73e93b9ef4e3be44201b4f45b5477095b049125403f9f3386d6f
ENV PG_REPACK_VERSION 1.5.0

ENV LANG en_US.utf8
Expand Down

0 comments on commit 2bb4fff

Please sign in to comment.