Skip to content

Commit

Permalink
Upgrade to 24.04 LTS (Noble Numbat) (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColorDarkBlue authored Jun 14, 2024
1 parent 151494e commit fbe8827
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,4 +1,4 @@
FROM ubuntu:xenial
FROM ubuntu:noble
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update -q && apt-get install -qy \
Expand All @@ -9,4 +9,4 @@ RUN apt-get update -q && apt-get install -qy \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /data
VOLUME ["/data"]
VOLUME ["/data"]

0 comments on commit fbe8827

Please sign in to comment.