diff --git a/docker/alpine.dockerfile b/docker/alpine.dockerfile index 9900953387..e80134b4a1 100644 --- a/docker/alpine.dockerfile +++ b/docker/alpine.dockerfile @@ -19,7 +19,7 @@ ENV gRPC_PluginFullPath=/usr/bin/grpc_csharp_plugin # Install older sdks using the install script RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \ && echo "SHA256: $(sha256sum dotnet-install.sh)" \ - && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \ + && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \ && chmod +x ./dotnet-install.sh \ && ./dotnet-install.sh -v 8.0.404 --install-dir /usr/share/dotnet --no-path \ && rm dotnet-install.sh diff --git a/docker/centos-stream9.dockerfile b/docker/centos-stream9.dockerfile index 4726d2cdb5..899664a3a6 100644 --- a/docker/centos-stream9.dockerfile +++ b/docker/centos-stream9.dockerfile @@ -6,7 +6,7 @@ RUN dnf install -y \ RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \ && echo "SHA256: $(sha256sum dotnet-install.sh)" \ - && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \ + && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \ && chmod +x ./dotnet-install.sh \ && ./dotnet-install.sh -v 9.0.101 --install-dir /usr/share/dotnet --no-path \ && ./dotnet-install.sh -v 8.0.404 --install-dir /usr/share/dotnet --no-path \ diff --git a/docker/debian-arm64.dockerfile b/docker/debian-arm64.dockerfile index 75c0c5e349..e6eadef5d8 100644 --- a/docker/debian-arm64.dockerfile +++ b/docker/debian-arm64.dockerfile @@ -9,7 +9,7 @@ RUN apt-get update && \ # Install older sdks using the install script as there are no arm64 SDK packages. RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \ && echo "SHA256: $(sha256sum dotnet-install.sh)" \ - && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \ + && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \ && chmod +x ./dotnet-install.sh \ && ./dotnet-install.sh -v 8.0.404 --install-dir /usr/share/dotnet --no-path \ && rm dotnet-install.sh diff --git a/docker/ubuntu1604.dockerfile b/docker/ubuntu1604.dockerfile index 42794ebe07..92289bd78c 100644 --- a/docker/ubuntu1604.dockerfile +++ b/docker/ubuntu1604.dockerfile @@ -33,7 +33,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \ && echo "SHA256: $(sha256sum dotnet-install.sh)" \ - && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \ + && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \ && chmod +x ./dotnet-install.sh \ && ./dotnet-install.sh -v 9.0.101 --install-dir /usr/share/dotnet --no-path \ && rm dotnet-install.sh diff --git a/test/IntegrationTests/docker/rabbitmq.Dockerfile b/test/IntegrationTests/docker/rabbitmq.Dockerfile index cdce995ddd..5e601455ee 100644 --- a/test/IntegrationTests/docker/rabbitmq.Dockerfile +++ b/test/IntegrationTests/docker/rabbitmq.Dockerfile @@ -1 +1 @@ -FROM rabbitmq:4.0.4 \ No newline at end of file +FROM rabbitmq:4.0.5 \ No newline at end of file