Skip to content

Commit

Permalink
docker container: Updated to use debian trixie in order to have gcc13
Browse files Browse the repository at this point in the history
We really *really* need gcc13, so here we are, using debian-testing. :)
  • Loading branch information
cculianu committed May 23, 2024
1 parent 4db19aa commit 35c2c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye as builder
FROM debian:trixie as builder

LABEL maintainer="Axel Gembe <[email protected]>"

Expand All @@ -14,7 +14,7 @@ COPY . .
RUN qmake -makefile PREFIX=/usr Fulcrum.pro && \
make $MAKEFLAGS install

FROM debian:bullseye-slim
FROM debian:trixie-slim

RUN apt update && \
apt install -y openssl libqt5network5 zlib1g libbz2-1.0 libjemalloc2 libzmq5 && \
Expand Down

0 comments on commit 35c2c81

Please sign in to comment.