Skip to content

Commit

Permalink
Upgrade to litestream v0.3.9 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Jul 25, 2022
1 parent 22c8ad5 commit f133df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN set -x && \
FROM debian:stable-20211011-slim AS litestream_downloader

ARG TARGETPLATFORM
ARG litestream_version="v0.3.8"
ARG litestream_version="v0.3.9"

WORKDIR /litestream

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If you rebuild the Docker image from source, you can adjust the build behavior w

| Build Arg | Meaning | Default Value |
| -------------------- | --------------------------------------------------------------------------- | ------------- |
| `litestream_version` | Version of [Litestream](https://litestream.io/) to use for data replication | `0.3.8` |
| `litestream_version` | Version of [Litestream](https://litestream.io/) to use for data replication | `0.3.9` |

## Deployment

Expand Down

0 comments on commit f133df3

Please sign in to comment.