From 51f0829faa5b7b9d00b2942c42e65abcb7a1c2bc Mon Sep 17 00:00:00 2001 From: soar1688 Date: Wed, 15 Apr 2020 10:49:49 +0800 Subject: [PATCH] Update 0.6 Update 0.6 --- dockerfile/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile/Dockerfile b/dockerfile/Dockerfile index b5b2564..ff7c63b 100644 --- a/dockerfile/Dockerfile +++ b/dockerfile/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest ENV GLIBC_VERSION 2.29-r0 -ENV HFISH_VERSION 0.5.1 +ENV HFISH_VERSION 0.6 # Download and install glibc RUN apk update && \