Skip to content

Commit 3af607b

Browse files
authored
Update Dockerfile
1 parent 8e941e5 commit 3af607b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM ubuntu:24.04 as builder
2+
FROM debian:trixie as builder
33
44

55
WORKDIR /v4l2onvif
@@ -11,7 +11,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
1111
&& apt-get clean && rm -rf /var/lib/apt/lists/
1212

1313
# run
14-
FROM ubuntu:24.04
14+
FROM debian:trixie
1515

1616
WORKDIR /app
1717
COPY --from=builder /usr/bin/ /app/

0 commit comments

Comments
 (0)