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 c8f2a73 commit b6746a5Copy full SHA for b6746a5
1 file changed
docker/server/stgn/Dockerfile
@@ -12,8 +12,8 @@ RUN apt-get update && apt-get install -y \
12
&& rm -rf /var/lib/apt/lists/*
13
14
RUN if [ $(uname -m) = "aarch64" ]; then ARCH="arm64"; else ARCH="amd64"; fi && \
15
- curl https://github.com/benbjohnson/litestream/releases/download/v0.3.9/litestream-v0.3.9-linux-$ARCH.deb -O -L && \
16
- 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
17
18
ADD https://astral.sh/uv/install.sh /uv-installer.sh
19
RUN sh /uv-installer.sh && rm /uv-installer.sh
0 commit comments