Parcourir la source

Update.

master
Chris Smith il y a 7 ans
Parent
révision
74300808e4
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      Dockerfile

+ 3
- 3
Dockerfile Voir le fichier

@@ -1,8 +1,8 @@
1
-FROM debian:jessie
1
+FROM debian:stretch-slim
2 2
 MAINTAINER dkr@chameth.com
3 3
 
4 4
 RUN apt-get -qq update \
5
-	&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y curl --no-install-recommends ca-certificates apt-transport-https nginx
5
+	&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y curl --no-install-recommends ca-certificates apt-transport-https nginx gnupg1
6 6
 
7 7
 RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
8 8
 RUN echo 'deb https://deb.nodesource.com/node_6.x jessie main' > /etc/apt/sources.list.d/nodesource.list
@@ -13,7 +13,7 @@ RUN apt-get -qq update \
13 13
 	&& rm -rf /var/lib/apt/lists/*
14 14
 
15 15
 # Download and install hugo
16
-ENV HUGO_VERSION 0.20.7
16
+ENV HUGO_VERSION 0.21
17 17
 ENV HUGO_BINARY hugo_${HUGO_VERSION}_Linux-64bit.deb
18 18
 ADD https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY} /tmp/hugo.deb
19 19
 RUN dpkg -i /tmp/hugo.deb \

Chargement…
Annuler
Enregistrer