8000 fix: wal2json package version · asisstan/postgres@59cf71b · GitHub
[go: up one dir, main page]

Skip to content

Commit 59cf71b

Browse files
committed
fix: wal2json package version
1 parent 6f988ce commit 59cf71b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ WORKDIR /tmp/wal2json
313313
RUN --mount=type=cache,source=/ccache,target=/ccache,from=public.ecr.aws/t3w2s2c9/postgres-buildcache:docker \
314314
make -j$(nproc)
315315
# Create debian package
316-
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --pkgversion=${wal2json_release} --nodoc
316+
ENV version=${wal2json_release}
317+
RUN checkinstall -D --install=no --fstrans=no --backup=no --pakdir=/tmp --pkgversion="\${version/_/.}" --nodoc
317318

318319
####################
319320
# 12-pljava.yml

0 commit comments

Comments
 (0)
0