From 352295c622b9e998decb568b08555db6c4c72c9e Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 29 Jun 2021 23:24:48 +0200 Subject: [PATCH] Revert "Update to Ubuntu 21.04 (#169)" This reverts commit d0827fc54c25ff0617cb8205a6bdda88f5997cb9. --- runtimes/7.4/Dockerfile | 2 +- runtimes/8.0/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/7.4/Dockerfile b/runtimes/7.4/Dockerfile index 00ebddb6..6398754f 100644 --- a/runtimes/7.4/Dockerfile +++ b/runtimes/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:20.04 LABEL maintainer="Taylor Otwell" diff --git a/runtimes/8.0/Dockerfile b/runtimes/8.0/Dockerfile index 164d0742..6f5daa5b 100644 --- a/runtimes/8.0/Dockerfile +++ b/runtimes/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:20.04 LABEL maintainer="Taylor Otwell"