Skip to content

Commit

Permalink
Fix error: invalid value 'cargo-pgrx@0.11' for '[CRATE[@<VER>]]...': …
Browse files Browse the repository at this point in the history
…unexpected end of input while parsing minor version number
  • Loading branch information
ALVSoft committed Aug 30, 2024
1 parent baaeeb6 commit 275d564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ ARG PGOLDVERSIONS="12 13 14 15"
ARG WITH_PERL=false
ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION"
ARG GO_VERSION=1.23.0
ARG PGRX_VERSION12=0.12
ARG PGRX_VERSION11=0.11
ARG PGRX_VERSION11=^0.11
ARG PGRX_VERSION12=^0.12

ENV CARGO_HOME="${HOME}/.cargo"
ENV PATH="${PATH}:/usr/local/go/bin:${CARGO_HOME}/bin"
Expand Down

0 comments on commit 275d564

Please sign in to comment.