aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Docker/Dockerfile2
-rw-r--r--Docker/Dockerfile-QEMU-ARM2
2 files changed, 2 insertions, 2 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 6dbebccb0..0124bcd51 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:19.10
+FROM debian:10-slim
ENV TZ UTC
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/Docker/Dockerfile-QEMU-ARM b/Docker/Dockerfile-QEMU-ARM
index 30b1e205b..42b20393a 100644
--- a/Docker/Dockerfile-QEMU-ARM
+++ b/Docker/Dockerfile-QEMU-ARM
@@ -1,7 +1,7 @@
# Only relevant for Docker Hub or QEMU multi-architecture builds.
# Prefer the normal `Dockerfile` if you are building manually on the targeted architecture.
-FROM arm32v7/ubuntu:19.10
+FROM arm32v7/debian:10-slim
# Requires ./hooks/*
COPY ./Docker/qemu-arm-* /usr/bin/