Skip to content

Commit

Permalink
container shibboleth base to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Mar 8, 2024
1 parent 4cf890a commit d17d434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/shibboleth-sp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM debian:11-slim
FROM debian:bookworm-slim

ARG LOG4SHIB_VERSION
ENV LOG4SHIB_VERSION=${LOG4SHIB_VERSION:-2.0.1}
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN apt-get update \
libboost-dev \
libcurl4-openssl-dev \
libssl-dev \
libssl1.1 \
libssl3 \
make \
pkg-config \
wget \
Expand Down

0 comments on commit d17d434

Please sign in to comment.