Version v0.1.9-r0

This commit is contained in:
asonix 2020-06-17 19:47:51 -05:00
parent 6d3745dbcd
commit 1ee583da01
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1196,7 +1196,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pict-rs-proxy"
version = "0.1.8"
version = "0.1.9"
dependencies = [
"actix-rt",
"actix-web",

View file

@ -1,6 +1,6 @@
[package]
name = "pict-rs-proxy"
version = "0.1.8"
version = "0.1.9"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -8,7 +8,7 @@ services:
- ./volumes/pictrs:/mnt
pictrs-proxy:
image: asonix/pictrs-proxy:v0.1.8-r0
image: asonix/pictrs-proxy:v0.1.9-r0
ports:
- "8081:8081"
restart: always