Skip to content

Commit 36aa21d

Browse files
committed
feat: update pgdog
1 parent f70b674 commit 36aa21d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pgdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
REGISTRY: "ghcr.io"
1313
NAMESPACE: "mskarbek/containers"
1414
IMAGE_NAME: "pgdog"
15-
VERSION: "0.1.26"
15+
VERSION: "0.1.27"
1616
jobs:
1717
build-and-push-image:
1818
runs-on: ubuntu-latest

pgdog/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /root/
44

55
RUN dnf -y install openssl-devel;\
66
dnf clean all;\
7-
curl -Lo pgdog.tar.gz https://github.com/pgdogdev/pgdog/archive/refs/tags/v0.1.26.tar.gz;\
7+
curl -Lo pgdog.tar.gz https://github.com/pgdogdev/pgdog/archive/refs/tags/v0.1.27.tar.gz;\
88
mkdir pgdog;\
99
cd pgdog;\
1010
tar -xf ../pgdog.tar.gz --strip-components=1;\

0 commit comments

Comments
 (0)