Merge pull request #77 from hacklcx/dev

Dev
This commit is contained in:
SanJin 2020-04-15 17:50:10 +08:00 committed by GitHub
commit fedb772548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && \