aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-09-07 12:55:37 -0400
committerjwansek <eddie.atten.ea29@gmail.com>2024-09-07 12:55:37 -0400
commit5ce481f9932d651b19c95bcf301f627cd30ae1be (patch)
tree29ca88d189d9e88f31dc8baf61488a800f9f8989 /Dockerfile
parent895fed5dc1142ed76c9fd592fccecdda75605451 (diff)
downloadyaoi-communism-5ce481f9932d651b19c95bcf301f627cd30ae1be.tar.gz
yaoi-communism-5ce481f9932d651b19c95bcf301f627cd30ae1be.zip
Minor bug fixes
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a594cf8..bcf96d6 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:latest
+FROM ubuntu:22.04
MAINTAINER Eden Attenborough "eda@e.email"
ENV TZ=Europe/London
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone