Skip to content

Commit

Permalink
Update Litestream to 0.3.6 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Oct 13, 2021
1 parent c99ba20 commit 32f977d
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 @@ -15,7 +15,7 @@ RUN go build \

FROM debian:stable-20211011-slim

ARG litestream_version="0.3.5"
ARG litestream_version="0.3.6"
ARG litestream_deb_filename="litestream-v${litestream_version}-linux-amd64.deb"

RUN set -x && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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.5` |
| `litestream_version` | Version of [Litestream](https://litestream.io/) to use for data replication | `0.3.6` |

## Deployment

Expand Down

0 comments on commit 32f977d

Please sign in to comment.