diff --git a/Dockerfile b/Dockerfile index 0b1e265..35b923d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/README.md b/README.md index 81772db..cf99f9e 100644 --- a/README.md +++ b/README.md @@ -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