Skip to content

Commit 9088e42

Browse files
committed
fix
1 parent e43666a commit 9088e42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

porting/tvheadend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER root
55
RUN tar czf /picons.tar.bz2 -T /dev/null
66

77

8-
FROM ghcr.io/trueforge-org/ubuntu:24.04 as buildstage
8+
FROM ghcr.io/trueforge-org/ubuntu:26.04 as buildstage
99
############## build stage ##############
1010

1111
# package versions
@@ -143,7 +143,7 @@ RUN \
143143
/picons
144144

145145
############## runtime stage ##############
146-
FROM ghcr.io/trueforge-org/ubuntu:24.04
146+
FROM ghcr.io/trueforge-org/ubuntu:26.04
147147

148148
# set version label
149149
ARG VERSION

0 commit comments

Comments
 (0)