浏览代码

Use newer snapcraft image

bryan 1 周之前
父节点
当前提交
b65ad93698
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1133,7 +1133,7 @@ install_mc_snap() {
   if execute podman run --rm -it \
     -v "$OUTPUT_DIR:/build:Z" \
     -w /build \
-    docker.io/snapcore/snapcraft:stable \
+    docker.io/snapcore/snapcraft:edge \
     snapcraft snap -o "${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap" --destructive-mode; then
       echo "Snap package built successfully: $snap_dir/${MC_PKG}_${MC_VERSION}-${MC_RELEASE}.snap"
   else