Skip to content

Commit

Permalink
v prefix is not needed when we are refering commit id (#147)
Browse files Browse the repository at this point in the history
it is only necessary when we reference a specific tag.
  • Loading branch information
CyberDem0n committed Apr 12, 2017
1 parent 2be341a commit ae8d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y libprotobuf-c1 $BUILD_PACKAGES \

&& export DECODEBUFS_COMMIT=fbb712f731670b52d79b6ef9cd4df20fa0fab0eb \
&& curl -s -L https://github.com/CyberDem0n/postgres-decoderbufs/archive/v$DECODEBUFS_COMMIT.tar.gz | tar xz \
&& curl -s -L https://github.com/CyberDem0n/postgres-decoderbufs/archive/$DECODEBUFS_COMMIT.tar.gz | tar xz \

# This is a temporary solution of pg_repack problems with UPSERTS
# as soon they will release a new version we should switch back to pgxn
Expand Down

0 comments on commit ae8d780

Please sign in to comment.