Skip to content

Commit

Permalink
tmpfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonklb committed Jun 24, 2024
1 parent 30b4d13 commit 8416ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM $BASE_IMAGE as dependencies-builder

ARG DEMO

ENV WALG_VERSION=v3.0.0
ENV WALG_VERSION=fix-libsodium

COPY build_scripts/dependencies.sh /builddeps/

Expand Down
2 changes: 1 addition & 1 deletion postgres-appliance/build_scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apt-get update
apt-get install -y golang-go liblzo2-dev brotli libsodium-dev git make cmake gcc libc-dev
go version

git clone -b "$WALG_VERSION" --recurse-submodules https://github.com/wal-g/wal-g.git
git clone -b "$WALG_VERSION" --recurse-submodules https://github.com/garry-t/wal-g.git
cd /wal-g
go get -v -t -d ./...
go mod vendor
Expand Down

0 comments on commit 8416ba1

Please sign in to comment.