From 28e4151c5f3fc2929b2dac9331a03d5f2df6a830 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 17 Mar 2020 17:38:41 +0100 Subject: [PATCH] changed base image to archlinux official one --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 952d4f1..f9905d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux/base:latest +FROM archlinux:latest ARG BUILD_DATE ARG VCS_REF diff --git a/README.md b/README.md index b7a32ca..d8aeac4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository provides the Dockerfile to create a Docker image used for light 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) * gcc * make * cmake