Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/minisatip/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

FROM ghcr.io/trueforge-org/ubuntu:24.4@sha256:36c48bc0fd413c8ef2ae9761b1decc96fa8295f44407a9b7280bd137c2109355
FROM ghcr.io/trueforge-org/ubuntu:24.4.0@sha256:36c48bc0fd413c8ef2ae9761b1decc96fa8295f44407a9b7280bd137c2109355

# set version label
ARG VERSION
ARG TARGETARCH
USER root

ENV \
MAKEFLAGS="-j4" \
ATTACHED_DEVICES_PERMS="/dev/dvb -type c"
MAKEFLAGS="-j4" \
ATTACHED_DEVICES_PERMS="/dev/dvb -type c"

RUN \
echo "**** install packages ****" && \
Expand Down Expand Up @@ -53,7 +52,8 @@ RUN \
# add local files
USER apps
COPY container-test.yaml /container-test.yaml
COPY ./ /
COPY --chmod=0775 . /

# ports and volumes
EXPOSE 8875 554 1900/udp
WORKDIR /config
2 changes: 1 addition & 1 deletion apps/minisatip/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "APP" {

variable "VERSION" {
// renovate: datasource=github-releases depName=catalinii/minisatip
default = "2.0.71"
default = "2.0.72"
}

variable "LICENSE" {
Expand Down
Loading