Skip to content

Commit

Permalink
Upgrading alpine linux and postgres versions (#2)
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 Jun 6, 2024
1 parent c08d533 commit 10326c7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.19
FROM alpine:3.20

ENV PG_MAJOR 12
ENV PG_VERSION 12.18
ENV PG_SHA256 4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a
ENV PG_VERSION 12.19
ENV PG_SHA256 617e3de52c22e822f4f57d01d5b2240503e198a9eccaf598a851109bd18e6fbb
ENV PG_REPACK_VERSION 1.4.5

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

ENV PG_MAJOR 13
ENV PG_VERSION 13.14
ENV PG_SHA256 b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed
ENV PG_VERSION 13.15
ENV PG_SHA256 42edd415446d33b8c242be76d1ad057531b2264b2e86939339b7075c6e4ec925
ENV PG_REPACK_VERSION 1.4.6

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

ENV PG_MAJOR 14
ENV PG_VERSION 14.11
ENV PG_SHA256 a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8
ENV PG_VERSION 14.12
ENV PG_SHA256 6118d08f9ddcc1bd83cf2b7cc74d3b583bdcec2f37e6245a8ac003b8faa80923
ENV PG_REPACK_VERSION 1.4.7

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

ENV PG_MAJOR 15
ENV PG_VERSION 15.6
ENV PG_SHA256 8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb
ENV PG_VERSION 15.7
ENV PG_SHA256 a46fe49485ab6385e39dabbbb654f5d3049206f76cd695e224268729520998f7
ENV PG_REPACK_VERSION 1.4.8

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

ENV PG_MAJOR 16
ENV PG_VERSION 16.2
ENV PG_SHA256 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
ENV PG_VERSION 16.3
ENV PG_SHA256 331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
ENV PG_REPACK_VERSION 1.5.0

ENV LANG en_US.utf8
Expand Down

0 comments on commit 10326c7

Please sign in to comment.