Skip to content

Commit

Permalink
Use Ubuntu 24.04 in Dockerfiles (#13)
Browse files Browse the repository at this point in the history
And default TYB_VERSION to v2.4.0.
  • Loading branch information
syncom authored Mar 8, 2025
1 parent e2f2128 commit 3da0a5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.qemuarm64
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:22.04
ARG TYB_VERSION="v2.3.0"
FROM ubuntu:24.04
ARG TYB_VERSION="v2.4.0"
RUN apt update && apt upgrade -y && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y \
gawk wget git-core diffstat unzip texinfo gcc-multilib \
build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1 \
libsdl1.2-dev pylint xterm python3-subunit mesa-common-dev zstd lz4 file \
curl locales vim dpkg

Expand Down
6 changes: 3 additions & 3 deletions dockerfiles/Dockerfile.rpi4-trustm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:22.04
ARG TYB_VERSION="v2.3.0"
FROM ubuntu:24.04
ARG TYB_VERSION="v2.4.0"
RUN apt update && apt upgrade -y && \
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt install -y \
gawk wget git-core diffstat unzip texinfo gcc-multilib \
build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1 \
libsdl1.2-dev pylint xterm python3-subunit mesa-common-dev zstd lz4 file \
curl locales vim dpkg

Expand Down

0 comments on commit 3da0a5b

Please sign in to comment.