Skip to content

Commit

Permalink
Use Ubuntu 24.04 LTS Noble Numbat
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Apr 26, 2024
1 parent 89e94e6 commit f366045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:23.10
FROM ubuntu:24.04
LABEL maintainer "TAKANO Mitsuhiro <[email protected]>"

ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NOWARNINGS=yes

RUN grep '^deb ' /etc/apt/sources.list | sed 's/^deb/deb-src/g' > /etc/apt/sources.list.d/deb-src.list
RUN cd /etc/apt/sources.list.d && sed 's/^Types: deb/Types: deb-src/g' < ubuntu.sources > deb-src.sources

RUN apt-get update
RUN apt-get install -y git
Expand Down

0 comments on commit f366045

Please sign in to comment.