aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-04-29 20:28:44 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-04-29 20:28:44 +0100
commit2159e47e287920c1a89188ba789329344e952034 (patch)
tree1678a24019c9f2b7ee193d97a0f4a11e743af565 /Dockerfile
parent0e8ada1eff8799437c9be1bc2af10d6198fa8cad (diff)
downloadeda.gay-2159e47e287920c1a89188ba789329344e952034.tar.gz
eda.gay-2159e47e287920c1a89188ba789329344e952034.zip
Various bug fixes
Diffstat (limited to 'Dockerfile')
-rwxr-xr-xDockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 67b38ff..7fdac3d 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:22.10
+FROM ubuntu:jammy-20250404
MAINTAINER Eden Attenborough "eden.attenborough@outlook.com"
ENV TZ=Europe/London
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone