From 688f182fc6e4f7aa68495c0f93bf90992ae37422 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 2 Jun 2020 21:37:28 +0200 Subject: [PATCH] feat: use pre-built, already updated archlinux image --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55e8c1e..fc1ac55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:latest +FROM immawanderer/archlinux:latest ENV HUGO_VERSION 0.72.0 diff --git a/README.md b/README.md index 5d0b26d..4cdcc7b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository provides the Dockerfile to create a Docker image used for web de The image is rebuilt approximately every hour to ensure it always has the latest packages. ## What you get -* updated Arch Linux [base image](https://hub.docker.com/_/archlinux) +* updated Arch Linux [image](https://hub.docker.com/r/immawanderer/archlinux) based on [base image](https://hub.docker.com/_/archlinux) * git * hugo-extended (latest version from [GitHub](https://github.com/gohugoio/hugo/releases))