From f35e6ea7ad531abf8bf0f8fede5698e61eed1716 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 27 Jun 2019 15:38:00 -0700 Subject: [PATCH] Upgrade base layers. --- docs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 0d4cb9d9..9732faee 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.3-alpine3.9 as borgmatic +FROM python:3.7.3-alpine3.10 as borgmatic COPY . /app RUN pip install --no-cache /app && generate-borgmatic-config && chmod +r /etc/borgmatic/config.yaml @@ -7,7 +7,7 @@ RUN borgmatic --help > /command-line.txt \ echo -e "\n--------------------------------------------------------------------------------\n" >> /command-line.txt \ && borgmatic "$action" --help >> /command-line.txt; done -FROM node:11.15.0-alpine as html +FROM node:12.4.0-alpine as html WORKDIR /source