Skip to content

Commit

Permalink
Upgrade to Ubuntu 24.04 LTS (Noble Numbat)
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Nov 21, 2024
1 parent 3f06eb4 commit 02d71c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL maintainer="Reinhard Pointner <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.xpra
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -eux \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates \
&& add-apt-repository universe \
&& curl -o /usr/share/keyrings/xpra.asc https://xpra.org/xpra.asc \
&& curl -o /etc/apt/sources.list.d/xpra.sources https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/jammy/xpra.sources \
&& curl -o /etc/apt/sources.list.d/xpra.sources https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/noble/xpra.sources \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y xpra openjdk-21-jre zenity xdg-utils nautilus gedit trash-cli \
## ** fix xdg-open behaviour
Expand Down

0 comments on commit 02d71c2

Please sign in to comment.