Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Mar 4, 2022
1 parent a4d92b7 commit 9263237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=edge
ARG ZT_COMMIT=f8e24f4629f0edde11c3e03c884c19a4fb69aaad
ARG ZT_COMMIT=1f73ab4b0559777cb641ab094735ae377941ec23
ARG ZT_VERSION=1.8.5

FROM ${ALPINE_IMAGE}:${ALPINE_VERSION} as builder
Expand Down

0 comments on commit 9263237

Please sign in to comment.