Skip to content

Commit

Permalink
dockerfile: update ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
renemoll committed Mar 7, 2024
1 parent eb64e4c commit c18ce74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:lunar-20230420
FROM ubuntu:jammy-20240227
LABEL author="René Moll"
LABEL description="Linux container with a Clang-13 build environment."
LABEL version="1.4"
LABEL version="1.5"

ENV TZ=Europe/Amsterdam
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit c18ce74

Please sign in to comment.