Browse Source

release/dist: switch back to Ubuntu 20.04 for building QNAP packages

After the switch to 24.04, unsigned packages did not build correctly (came out as only a few KBs).

Fixes tailscale/tailscale-qpkg#148

Signed-off-by: Percy Wegmann <[email protected]>
Percy Wegmann 8 months ago
parent
commit
4a1fc378d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/dist/qnap/files/scripts/Dockerfile.qpkg

+ 1 - 1
release/dist/qnap/files/scripts/Dockerfile.qpkg

@@ -1,4 +1,4 @@
-FROM ubuntu:24.04
+FROM ubuntu:20.04
 
 RUN apt-get update -y && \
     apt-get install -y --no-install-recommends \