We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43666a commit 9088e42Copy full SHA for 9088e42
1 file changed
porting/tvheadend/Dockerfile
@@ -5,7 +5,7 @@ USER root
5
RUN tar czf /picons.tar.bz2 -T /dev/null
6
7
8
-FROM ghcr.io/trueforge-org/ubuntu:24.04 as buildstage
+FROM ghcr.io/trueforge-org/ubuntu:26.04 as buildstage
9
############## build stage ##############
10
11
# package versions
@@ -143,7 +143,7 @@ RUN \
143
/picons
144
145
############## runtime stage ##############
146
-FROM ghcr.io/trueforge-org/ubuntu:24.04
+FROM ghcr.io/trueforge-org/ubuntu:26.04
147
148
# set version label
149
ARG VERSION
0 commit comments