Skip to content

Commit

Permalink
Update Chef Dockerfile to use trixie for latest ssl and glic versions (
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski authored and pull[bot] committed Oct 17, 2024
1 parent 55901e6 commit 1011576
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/chef/dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM debian:bullseye
FROM debian:trixie

ARG DEVICE_NAME

RUN apt-get update && \
apt-get install -y \
libglib2.0-0 && \
libglib2.0-0 \
libc6 \
libssl3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1011576

Please sign in to comment.