Skip to content

Commit

Permalink
Rebase to Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Jul 7, 2024
1 parent e283f14 commit 8ad9404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY ["./rootfs/", "/"]



FROM lscr.io/linuxserver/baseimage-fedora:38
FROM lscr.io/linuxserver/baseimage-fedora:40

ARG MEGA_DOWNLOAD_URL
RUN set -eux \
Expand All @@ -26,4 +26,4 @@ LABEL maintainer="Aleksandar Puharic <[email protected]>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="latest"

WORKDIR "/config/mega"
WORKDIR "/config/mega"
4 changes: 2 additions & 2 deletions build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ target "latest" {
cache-from = get-cache-from("latest")
cache-to = get-cache-to("latest")
tags = get-tags("latest", [])
args = get-args("https://mega.nz/linux/repo/Fedora_38/x86_64/megacmd-Fedora_38.x86_64.rpm")
}
args = get-args("https://mega.nz/linux/repo/Fedora_40/x86_64/megacmd-Fedora_40.x86_64.rpm")
}

0 comments on commit 8ad9404

Please sign in to comment.