Version v0.2.15-r0

This commit is contained in:
asonix 2021-06-24 12:03:45 -05:00
parent f105c427dc
commit f125bd614d
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ RUN \
cargo build --release --target $TARGET && \
$TOOL-strip target/$TARGET/release/$BINARY
FROM amd64/alpine:3.13
FROM amd64/alpine:3.14
ARG UID=991
ARG GID=991

View file

@ -51,7 +51,7 @@ RUN \
cargo build --release --target $TARGET && \
$TOOL-strip target/$TARGET/release/$BINARY
FROM arm32v7/alpine:3.13
FROM arm32v7/alpine:3.14
ARG UID=991
ARG GID=991

View file

@ -51,7 +51,7 @@ RUN \
cargo build --release --target $TARGET && \
$TOOL-strip target/$TARGET/release/$BINARY
FROM arm64v8/alpine:3.13
FROM arm64v8/alpine:3.14
ARG UID=991
ARG GID=991