Skip to content

Commit

Permalink
chore: Debian bookworm update in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Guenael authored Oct 11, 2024
1 parent 17502db commit 9acb24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -------------------
# The build container
# -------------------
FROM debian:bullseye-slim AS build
FROM debian:bookworm-slim AS build

RUN apt-get update && \
apt-get -y --no-install-recommends install \
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN cd /root/rtlsdr-wsprd && \
# -------------------------
# The application container
# -------------------------
FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt-get update && \
apt-get -y --no-install-recommends install \
Expand Down

0 comments on commit 9acb24a

Please sign in to comment.