Skip to content

Commit 0f0f8ca

Browse files
committed
docker: bump to trixie when not producing native linux binaries
1 parent 17480af commit 0f0f8ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/unvanquished-chown-system.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:trixie-slim
22

33
RUN mkdir /docker
44
COPY docker/common.sh /docker

docker/unvanquished-unizip-system.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:trixie-slim
22

33
RUN mkdir /docker
44
COPY docker/common.sh /docker

docker/unvanquished-vm-system.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:trixie-slim
22

33
ARG build_vm=true
44

0 commit comments

Comments
 (0)