diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-07 14:36:55 -0400 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-07 14:36:55 -0400 |
commit | cf227d4434bbcb47e7a2862a777cc579fefdb1a8 (patch) | |
tree | 230970b68a495540ad1e3af7a50731ab818e7b50 /Dockerfile | |
parent | 7cc7a1842d5792034081395870693596ebab75b1 (diff) | |
download | boymoder.blog-cf227d4434bbcb47e7a2862a777cc579fefdb1a8.tar.gz boymoder.blog-cf227d4434bbcb47e7a2862a777cc579fefdb1a8.zip |
Pinned parent docker tag
Diffstat (limited to 'Dockerfile')
-rwxr-xr-x | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -FROM ubuntu:latest -MAINTAINER Eden Attenborough "eda@e.email" +FROM ubuntu:22.04 +MAINTAINER Eden Attenborough "eden.attenborough@outlook.com" ENV TZ=Europe/London RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt-get update -y |