3
0
Fork 0

Remove apk pin
continuous-integration/drone/push Build is failing Details

master
Ambrose Chua 2019-03-24 22:29:46 +08:00
parent 9455ecc529
commit f7561f04c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:10-alpine as build
RUN apk add --no-cache git=2.18.1-r0 curl=7.61.1-r0
RUN apk add --no-cache git curl
ARG hugo_version=0.48
RUN curl -fsSLO --compressed https://github.com/gohugoio/hugo/releases/download/v${hugo_version}/hugo_${hugo_version}_Linux-64bit.tar.gz