Skip to content
Snippets Groups Projects
Unverified Commit c6dbb5ac authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Build backend images with bookworm

parent 6cc0b800
No related branches found
No related tags found
No related merge requests found
Pipeline #132657 failed
......@@ -2,14 +2,14 @@
ARG DEBIAN_FRONTEND=noninteractive
ARG GOPATH=/usr/local/go
FROM rust:1.70-bullseye as aptly-tools-builder
FROM rust:1.70-bookworm as aptly-tools-builder
RUN git clone https://github.com/collabora/aptly-rest-tools \
-b v0.0.4 --depth=1 \
/tmp/aptly-rest-tools
WORKDIR /tmp/aptly-rest-tools
RUN cargo build --release
FROM debian:bullseye-slim as server
FROM debian:bookworm-slim as server
LABEL maintainer Andrej Shadura <andrew.shadura@collabora.co.uk>
ENV LC_ALL=C.UTF-8
ARG WORKDIR=/tmp/sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment