Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7271a16

Browse files
committed
Backed out changeset 4d37fdb0697a (bug 1790766) for breaking flatpak on a CLOSED TREE
1 parent d5981d0 commit 7271a16

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

taskcluster/docker/firefox-flatpak/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM freedesktopsdk/flatpak:22.08-x86_64
1+
FROM freedesktopsdk/flatpak:21.08-x86_64
22
MAINTAINER release@mozilla.com
33

44
RUN mkdir /scripts/

taskcluster/docker/firefox-flatpak/runme.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export DATE
2525
SCRIPT_DIRECTORY="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2626
TARGET_TAR_XZ_FULL_PATH="$ARTIFACTS_DIR/target.flatpak.tar.xz"
2727
SOURCE_DEST="${WORKSPACE}/source"
28-
FREEDESKTOP_VERSION="22.08"
29-
FIREFOX_BASEAPP_CHANNEL="22.08"
28+
FREEDESKTOP_VERSION="21.08"
29+
FIREFOX_BASEAPP_CHANNEL="21.08"
3030

3131

3232
# XXX: these commands are temporarily, there's an upcoming fix in the upstream Docker image

0 commit comments

Comments
 (0)