Bump alpine

This commit is contained in:
asonix 2021-03-08 18:27:48 -06:00
parent 6f5c000335
commit 711d9f19b6
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.12
FROM amd64/alpine:3.13
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.12
FROM arm32v7/alpine:3.13
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.12
FROM arm64v8/alpine:3.13
ARG UID=991
ARG GID=991