mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-16 12:27:20 -04:00
Docker update to Ubuntu 19.10 (#2577)
Released today with PHP 7.3.8, Apache 2.4.41 http://releases.ubuntu.com/eoan/
This commit is contained in:
committed by
GitHub
parent
5cc198c2e2
commit
bc820a151a
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:19.04
|
||||
FROM ubuntu:19.10
|
||||
|
||||
ENV TZ UTC
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user