mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-26 10:28:25 +00:00
fixing makereport container build
A recent change to debian apt repositories led to build errors for the report container. The error was around stretch release files. The container image we are based on published an update which fixes this error. This patch updates to use :latest to avoid errors when building. Signed-off-by: David Lyle <dklyle0@gmail.com>
This commit is contained in:
committed by
Graham Whaley
parent
e985ffd6e0
commit
df0af2ab2c
@@ -13,7 +13,7 @@
|
||||
# We would have used the 'verse' base, that already has some of the docs processing
|
||||
# installed, but I could not figure out how to add in the extra bits we needed to
|
||||
# the lite tex version is uses.
|
||||
FROM rocker/tidyverse
|
||||
FROM rocker/tidyverse:latest
|
||||
|
||||
# Version of the Dockerfile
|
||||
LABEL DOCKERFILE_VERSION="1.0"
|
||||
|
||||
Reference in New Issue
Block a user