Skip to content

Commit

Permalink
Dockerfile: fix sqlite version to 3.43.1
Browse files Browse the repository at this point in the history
Fixes: aquarist-labs/s3gw#725

Signed-off-by: Joao Eduardo Luis <[email protected]>
  • Loading branch information
jecluis committed Sep 28, 2023
1 parent 65f3a52 commit 14930ca
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 @@ -128,7 +128,7 @@ RUN zypper -n install --no-recommends \
re2-devel \
rpm-build \
snappy-devel \
sqlite-devel \
sqlite-devel=3.43.1 \
systemd-rpm-macros \
systemd-rpm-macros \
valgrind-devel \
Expand Down

0 comments on commit 14930ca

Please sign in to comment.