Skip to content

Commit

Permalink
fix(deps): Updateb Debian Dockerfile to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Dec 8, 2023
1 parent cad16fd commit 31cc319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim as build-env
FROM debian:bookworm-slim as build-env

# hadolint ignore=DL3008
RUN apt-get update && apt-get -yy --no-install-recommends install \
Expand All @@ -24,7 +24,7 @@ RUN cmake /src/DashboardOpcUaClient/.github/ \
-DCMAKE_INSTALL_PREFIX:PATH=/install /build &&\
cmake --build .

FROM debian:bullseye-slim as runtime
FROM debian:bookworm-slim as runtime
RUN apt-get update && apt-get -yy install ca-certificates

COPY --from=build-env /install/bin /app
Expand Down

0 comments on commit 31cc319

Please sign in to comment.