Skip to content

Commit

Permalink
Install PGSQL=10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Jul 7, 2022
1 parent 52e74a5 commit c37d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN cd /tmp && \
conda clean --all -f -y

# Install PostgreSQL in a dedicated conda environment.
RUN conda create -c conda-forge -n pgsql postgresql=14 && conda clean --all -f -y
RUN conda create -c conda-forge -n pgsql postgresql=10.6 && conda clean --all -f -y

# Copy the script load-singlesshagent.sh to /usr/local/bin.
COPY bin/load-singlesshagent.sh /usr/local/bin/load-singlesshagent.sh
Expand Down

0 comments on commit c37d24a

Please sign in to comment.