changed base image to archlinux official one
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b18b1ebd4e
commit
ce6f80b4aa
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user