We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de1f7e commit 48cae87Copy full SHA for 48cae87
.github/workflows/pgdog.yaml
@@ -12,7 +12,7 @@ env:
12
REGISTRY: "ghcr.io"
13
NAMESPACE: "mskarbek/containers"
14
IMAGE_NAME: "pgdog"
15
- VERSION: "0.1.27"
+ VERSION: "0.1.28"
16
jobs:
17
build-and-push-image:
18
runs-on: ubuntu-latest
pgdog/Containerfile
@@ -4,7 +4,7 @@ WORKDIR /root/
4
5
RUN dnf -y install openssl-devel;\
6
dnf clean all;\
7
- curl -Lo pgdog.tar.gz https://github.com/pgdogdev/pgdog/archive/refs/tags/v0.1.27.tar.gz;\
+ curl -Lo pgdog.tar.gz https://github.com/pgdogdev/pgdog/archive/refs/tags/v0.1.28.tar.gz;\
8
mkdir pgdog;\
9
cd pgdog;\
10
tar -xf ../pgdog.tar.gz --strip-components=1;\
0 commit comments