From 244bf1ebcfaaaf9c734f1db6bfa5f5f5e787dba7 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:22:23 +0100 Subject: [PATCH] Update Dockerfile --- hpessa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpessa/Dockerfile b/hpessa/Dockerfile index ffd03a7..8d73628 100644 --- a/hpessa/Dockerfile +++ b/hpessa/Dockerfile @@ -21,7 +21,7 @@ RUN ( \ RUN ( \ curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add - && \ - ( echo "deb http://downloads.linux.HPE.com/SDR/repo/mcp/ buster/current non-free" > /etc/apt/sources.list.d/proliant.sources.list ) && \ + ( echo "deb http://downloads.linux.HPE.com/SDR/repo/mcp/ bullseye/current non-free" > /etc/apt/sources.list.d/proliant.sources.list ) && \ apt-get update && \ apt-get install -y ssa \ )