Skip to content

Commit

Permalink
pg: fix libsodium tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elvizlai committed Jan 2, 2025
1 parent bd328b0 commit 39440b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pg/Dockerfile-14
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN sudo apt-get install -y --no-install-recommends \
&& ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker" \
&& cd build && make -j$(nproc) && sudo make install \
# supabase-vault + pgsodium + libsodium
&& git clone -b 1.0.20 https://github.com/jedisct1/libsodium /tmp/libsodium \
&& git clone -b 1.0.20-RELEASE https://github.com/jedisct1/libsodium /tmp/libsodium \
&& cd /tmp/libsodium \
&& ./configure && sudo make install \
&& git clone -b v3.1.9 https://github.com/michelp/pgsodium /tmp/pgsodium \
Expand Down
2 changes: 1 addition & 1 deletion pg/Dockerfile-15
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN sudo apt-get install -y --no-install-recommends \
&& ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker" \
&& cd build && make -j$(nproc) && sudo make install \
# supabase-vault + pgsodium + libsodium
&& git clone -b 1.0.20 https://github.com/jedisct1/libsodium /tmp/libsodium \
&& git clone -b 1.0.20-RELEASE https://github.com/jedisct1/libsodium /tmp/libsodium \
&& cd /tmp/libsodium \
&& ./configure && sudo make install \
&& git clone -b v3.1.9 https://github.com/michelp/pgsodium /tmp/pgsodium \
Expand Down
2 changes: 1 addition & 1 deletion pg/Dockerfile-16
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN sudo apt-get install -y --no-install-recommends \
&& ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker" \
&& cd build && make -j$(nproc) && sudo make install \
# supabase-vault + pgsodium + libsodium
&& git clone -b 1.0.20 https://github.com/jedisct1/libsodium /tmp/libsodium \
&& git clone -b 1.0.20-RELEASE https://github.com/jedisct1/libsodium /tmp/libsodium \
&& cd /tmp/libsodium \
&& ./configure && sudo make install \
&& git clone -b v3.1.9 https://github.com/michelp/pgsodium /tmp/pgsodium \
Expand Down
2 changes: 1 addition & 1 deletion pg/Dockerfile-17
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN sudo apt-get install -y --no-install-recommends \
&& ./bootstrap -DCMAKE_BUILD_TYPE=RelWithDebInfo -DREGRESS_CHECKS=OFF -DTAP_CHECKS=OFF -DGENERATE_DOWNGRADE_SCRIPT=ON -DWARNINGS_AS_ERRORS=OFF -DPROJECT_INSTALL_METHOD="docker" \
&& cd build && make -j$(nproc) && sudo make install \
# supabase-vault + pgsodium + libsodium
&& git clone -b 1.0.20 https://github.com/jedisct1/libsodium /tmp/libsodium \
&& git clone -b 1.0.20-RELEASE https://github.com/jedisct1/libsodium /tmp/libsodium \
&& cd /tmp/libsodium \
&& ./configure && sudo make install \
&& git clone -b v3.1.9 https://github.com/michelp/pgsodium /tmp/pgsodium \
Expand Down

0 comments on commit 39440b9

Please sign in to comment.