Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv authored Aug 20, 2021
1 parent 5ebf315 commit e18c084
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM alpine:latest
ARG ALPINE_VERSION=3.14

FROM alpine:${ALPINE_VERSION}

ARG ZT_VERSION=1.6.5-r0

Expand Down

0 comments on commit e18c084

Please sign in to comment.