Skip to content

Commit

Permalink
Merge pull request #140 from Guenael/debian-version-update
Browse files Browse the repository at this point in the history
chore: Debian bookworm update in Dockerfile
  • Loading branch information
Guenael authored Oct 12, 2024
2 parents 17502db + 9acb24a commit 8d6c6d1
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 8d6c6d1

Please sign in to comment.