Skip to content

Commit

Permalink
fix base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyOfSpectator committed Dec 31, 2021
1 parent 44ac1dc commit 472e480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN echo "I am running on $BUILDPLATFORM $BUILDARCH, building for $TARGETPLATFOR
RUN make ARCH=$TARGETARCH


FROM alpine:3.11.6
FROM alpine:3.13
LABEL maintainer="KeyOfSpectator <shichun.fsc@alibaba-inc.com>"

RUN apk --no-cache --update upgrade
Expand Down

0 comments on commit 472e480

Please sign in to comment.