Skip to content

Commit

Permalink
Leave Ubuntu on Jammy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed May 29, 2024
1 parent ab6af1c commit 09c461d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN \
/tmp/*


FROM ghcr.io/linuxserver/baseimage-ubuntu:noble as ubuntu-buildstage
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy as ubuntu-buildstage

# set version label
ARG UNRAR_VERSION=7.0.9
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
/tmp/*


FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble as ubuntu-buildstage
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy as ubuntu-buildstage

# set version label
ARG UNRAR_VERSION=7.0.9
Expand Down
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ full_custom_readme: |
## Versions
* **29.05.24:** - Rebase builders to Alpine 3.20 and Ubuntu Noble.
* **29.05.24:** - Rebase Alpine builder to 3.20.
* **16.05.24:** - Bump to 7.0.9.
* **29.02.24:** - Bump to 7.0.7.
* **07.01.24:** - Bump to 6.2.12.
Expand Down

0 comments on commit 09c461d

Please sign in to comment.