Skip to content

Commit

Permalink
upgrade to alpine 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jan 15, 2021
1 parent 029c147 commit 271f211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12 as builder
FROM alpine:3.13 as builder

ARG ZT_COMMIT=e4404164bd9eb14c91906ec3cf577ba98eb24b8a

Expand All @@ -8,7 +8,7 @@ RUN apk add --update alpine-sdk linux-headers \
&& cd /src \
&& make -f make-linux.mk

FROM alpine:3.12
FROM alpine:3.13
LABEL version="1.6.2"
LABEL description="ZeroTier One as Docker Image"

Expand Down

0 comments on commit 271f211

Please sign in to comment.