瀏覽代碼

Docker update to Ubuntu 19.10 (#2577)

Released today with PHP 7.3.8, Apache 2.4.41
http://releases.ubuntu.com/eoan/
Alexandre Alapetite 6 年之前
父節點
當前提交
bc820a151a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Docker/Dockerfile
  2. 1 1
      Docker/Dockerfile-QEMU-ARM

+ 1 - 1
Docker/Dockerfile

@@ -1,4 +1,4 @@
-FROM ubuntu:19.04
+FROM ubuntu:19.10
 
 ENV TZ UTC
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]

+ 1 - 1
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.04
+FROM arm32v7/ubuntu:19.10
 
 # Requires ./hooks/*
 COPY ./Docker/qemu-arm-* /usr/bin/