3
0
Fork 0

Bump git version

master
Ambrose Chua 2018-10-28 12:22:21 +08:00
parent 02a2d19d09
commit f4e5e6c099
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.0-r0 curl=7.61.0-r0
RUN apk add --no-cache git=2.18.1-r0 curl=7.61.1-r0
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