diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index deb8d97..8c960ea 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux:9.1-minimal +FROM rockylinux:9.2-minimal ENV TIMEZONE=Europe/London RUN ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && \