changed base image to archlinux official one
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-17 17:44:18 +01:00
parent b18b1ebd4e
commit ce6f80b4aa
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
FROM archlinux/base:latest
FROM archlinux:latest
ENV HUGO_VERSION 0.67.1

@ -7,7 +7,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/r/archlinux/base)
* updated Arch Linux [base image](https://hub.docker.com/_/archlinux)
* git
* hugo-extended (latest version from [GitHub](https://github.com/gohugoio/hugo/releases))