Skip to content

Commit

Permalink
Merge branch 'bookworm'
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Jun 14, 2023
2 parents 053de23 + 734961b commit cfe1d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN set -x \
&& groupadd -r spiped \
Expand All @@ -7,7 +7,7 @@ RUN set -x \
RUN export DEBIAN_FRONTEND="noninteractive" \
&& set -x \
&& apt-get update \
&& apt-get install -y libssl1.1 --no-install-recommends \
&& apt-get install -y libssl3 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV SPIPED_VERSION=1.6.2 SPIPED_DOWNLOAD_SHA256=05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567
Expand Down

0 comments on commit cfe1d1a

Please sign in to comment.