Version v0.3.0-alpha.23

This commit is contained in:
Aode (lion) 2021-09-04 15:06:58 -05:00
parent c31c3223c0
commit 79c9db254b
2 changed files with 5 additions and 1 deletions

View File

@ -80,4 +80,8 @@ build_image $new_tag amd64 $push
if [ "$push" == "true" ]; then
./manifest.sh $new_tag
./manifest.sh latest
pushd ../../
cargo publish
popd
fi

View File

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.3.0-alpha.23-fewer-streams-r1
image: asonix/pictrs:v0.3.0-alpha.23
ports:
- "127.0.0.1:8080:8080"
restart: always