1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 12:58:28 -04:00

Switch base image to node:12-alpine since it's cached

0ddeb1ac4b/images/linux/scripts/installers/docker-moby.sh (L36)
This commit is contained in:
Jake Jarvis 2020-03-19 09:52:04 -04:00 committed by GitHub
parent a3a32b94d8
commit 56835a645e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM node:12-alpine
ENV HUGO_VERSION 0.67.1
# remove/comment the following line completely to build with vanilla Hugo:
@ -20,7 +20,6 @@ RUN apk update && \
apk add --no-cache \
ca-certificates \
git \
nodejs \
asciidoctor \
python3 \
py3-pygments \