Skip to content

Commit c8f2a73

Browse files
authored
feat(docker): upgrade litestream to v0.5.0
1 parent 2a414fd commit c8f2a73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/server/release/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y \
1414
&& rm -rf /var/lib/apt/lists/*
1515

1616
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
17+
curl https://github.com/benbjohnson/litestream/releases/download/v0.3.9/litestream-v0.5.0-linux-$ARCH.deb -O -L && \
18+
dpkg -i litestream-v0.5.0-linux-$ARCH.deb
1919

2020
ADD https://astral.sh/uv/install.sh /uv-installer.sh
2121
RUN sh /uv-installer.sh && rm /uv-installer.sh

0 commit comments

Comments
 (0)