change base image to rolling

This commit is contained in:
2023-02-12 14:05:21 +01:00
parent acb349a932
commit 2d2ae6ce9d
+1 -2
View File
@@ -1,5 +1,4 @@
FROM ubuntu:20.04 FROM ubuntu:rolling
MAINTAINER Daniel Dolezal <daniel156161@protonmail.com>
ENV TZ=Europe/Vienna ENV TZ=Europe/Vienna
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone