We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a414fd commit c8f2a73Copy full SHA for c8f2a73
1 file changed
docker/server/release/Dockerfile
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y \
14
&& rm -rf /var/lib/apt/lists/*
15
16
RUN if [ $(uname -m) = "aarch64" ]; then ARCH="arm64"; else ARCH="amd64"; fi && \
17
- curl https://github.com/benbjohnson/litestream/releases/download/v0.3.9/litestream-v0.3.9-linux-$ARCH.deb -O -L && \
18
- dpkg -i litestream-v0.3.9-linux-$ARCH.deb
+ curl https://github.com/benbjohnson/litestream/releases/download/v0.3.9/litestream-v0.5.0-linux-$ARCH.deb -O -L && \
+ dpkg -i litestream-v0.5.0-linux-$ARCH.deb
19
20
ADD https://astral.sh/uv/install.sh /uv-installer.sh
21
RUN sh /uv-installer.sh && rm /uv-installer.sh
0 commit comments