Version v0.3.0-alpha.13-shell-out-r1

This commit is contained in:
Aode (lion) 2021-08-28 17:56:22 -05:00
parent c2a46eaec4
commit dcb8322ed9
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ RUN \
WORKDIR /opt/build/pict-rs
RUN \
USER=build cargo build --release --target $TARGET --$BUILD_MODE && \
USER=build cargo build --target $TARGET --$BUILD_MODE && \
$TOOL-strip target/$TARGET/$BUILD_MODE/$BINARY
# production environment

View File

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.3.0-alpha.13-shell-out-r0
image: asonix/pictrs:v0.3.0-alpha.13-shell-out-r1
ports:
- "127.0.0.1:8080:8080"
restart: always