Skip to content

Commit

Permalink
Docker: Update ubuntu base to 24.04
Browse files Browse the repository at this point in the history
Ubuntu 23.04 is EOL now

Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
gunnar-mb committed Dec 3, 2024
1 parent 57004e8 commit 182c2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of IFEX project
# ---------------------------------------------------------------------------

FROM ubuntu:23.04
FROM ubuntu:24.04

# Install what's needed to compile python from source using pyenv
RUN apt-get update && apt-get install -y bash build-essential curl git libbz2-dev libffi-dev liblzma-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev llvm lzma-dev make ncurses-dev python3-openssl python3 sudo tk-dev wget xz-utils zlib1g-dev
Expand Down

0 comments on commit 182c2f7

Please sign in to comment.