Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.20
FROM mcr.microsoft.com/dotnet/runtime:10.0-alpine3.20

ENV PG_MAJOR 17
ENV PG_VERSION 17.0
ENV PG_SHA256 7e276131c0fdd6b62588dbad9b3bb24b8c3498d5009328dba59af16e819109de
ENV PG_REPACK_VERSION 1.5.1
ENV PG_REPACK_VERSION 1.5.3

ENV LANG en_US.utf8
WORKDIR /pg_repack
Expand Down
8 changes: 2 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#!/bin/bash

PG_REPACK=(
"12,1.4.5"
"13,1.4.6"
"14,1.4.7"
"15,1.4.8"
"16,1.5.0"
"17,1.5.1"

"17,1.5.3"
)

# Check command exist function
Expand Down