Skip to content

Commit

Permalink
Re-publish random 1.0.0 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Dec 20, 2024
1 parent ad150e1 commit fee7158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/random/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ ARG PG_VERSION
FROM quay.io/coredb/c-builder:pg${PG_VERSION}

ARG EXTENSION_NAME
# ARG EXTENSION_VERSION
ARG RELEASE=dd2076e
ARG RELEASE=51418d2
RUN git clone https://github.com/tvondra/${EXTENSION_NAME}.git \
&& cd ${EXTENSION_NAME} \
&& git checkout ${RELEASE} \
Expand Down

0 comments on commit fee7158

Please sign in to comment.