Skip to content

Commit

Permalink
Update forward Dockerfile to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Feb 22, 2024
1 parent 77f422c commit 0a8b47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/forward/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm
RUN apt-get update && apt-get install -y openssh-server socat sudo tini
RUN echo '%adm ALL=NOPASSWD: /usr/bin/socat' > /etc/sudoers.d/socat
RUN chmod 0440 /etc/sudoers.d/socat
Expand Down

0 comments on commit 0a8b47b

Please sign in to comment.