From b1cb12a3900a99a300d5111eea8b9a27da156187 Mon Sep 17 00:00:00 2001 From: soar1688 Date: Mon, 16 Sep 2019 11:37:59 +0800 Subject: [PATCH] Update Dockerfile --- dockerfile/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile/Dockerfile b/dockerfile/Dockerfile index e0907c7..87cd356 100644 --- a/dockerfile/Dockerfile +++ b/dockerfile/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest ENV GLIBC_VERSION 2.29-r0 -ENV HFISH_VERSION 0.3.1 +ENV HFISH_VERSION 0.3.2 # Download and install glibc RUN apk update && \