Skip to content

Commit be84580

Browse files
committed
foo
1 parent 78817e8 commit be84580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04 AS builder
1+
FROM debian:bookworm-slim AS builder
22

33
ARG TARGETOS
44
ARG TARGETARCH
@@ -14,7 +14,7 @@ WORKDIR /opt/q3lcc/build-${TARGETOS}-${TARGETARCH}
1414

1515
RUN install -s -m 0755 q3lcc q3cpp q3rcc /usr/local/bin/
1616

17-
FROM ubuntu:24.04
17+
FROM debian:bookworm-slim
1818

1919
RUN apt-get update -qq && apt-get install -qq --no-install-recommends build-essential cmake ninja-build && mkdir /src
2020

0 commit comments

Comments
 (0)