From d188188e6e5197ab0fba75b609539d885a2277b6 Mon Sep 17 00:00:00 2001 From: Alessandro Senese Date: Tue, 12 Dec 2023 08:53:55 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 887cf7e..4aac540 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:18.20 MAINTAINER "ceceppa" # Let the conatiner know that there is no tty @@ -16,4 +16,4 @@ RUN apt-get install -y --no-install-recommends \ COPY init-and-run-tests.sh /init-and-run-tests.sh RUN chmod 755 /init-and-run-tests.sh -ENTRYPOINT ["/init-and-run-tests.sh"] \ No newline at end of file +ENTRYPOINT ["/init-and-run-tests.sh"]