File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
test/IntegrationTests/docker Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV gRPC_PluginFullPath=/usr/bin/grpc_csharp_plugin
1919# Install older sdks using the install script
2020RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
2121 && echo "SHA256: $(sha256sum dotnet-install.sh)" \
22- && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \
22+ && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \
2323 && chmod +x ./dotnet-install.sh \
2424 && ./dotnet-install.sh -v 8.0.404 --install-dir /usr/share/dotnet --no-path \
2525 && rm dotnet-install.sh
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN dnf install -y \
66
77RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
88 && echo "SHA256: $(sha256sum dotnet-install.sh)" \
9- && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \
9+ && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \
1010 && chmod +x ./dotnet-install.sh \
1111 && ./dotnet-install.sh -v 9.0.101 --install-dir /usr/share/dotnet --no-path \
1212 && ./dotnet-install.sh -v 8.0.404 --install-dir /usr/share/dotnet --no-path \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && \
99# Install older sdks using the install script as there are no arm64 SDK packages.
1010RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
1111 && echo "SHA256: $(sha256sum dotnet-install.sh)" \
12- && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \
12+ && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \
1313 && chmod +x ./dotnet-install.sh \
1414 && ./dotnet-install.sh -v 8.0.404 --install-dir /usr/share/dotnet --no-path \
1515 && rm dotnet-install.sh
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
3333
3434RUN curl -sSL https://dot.net/v1/dotnet-install.sh --output dotnet-install.sh \
3535 && echo "SHA256: $(sha256sum dotnet-install.sh)" \
36- && echo "c169af55281cd1e58cdbe3ec95c2480cfb210ee460b3ff1421745c8f3236b263 dotnet-install.sh" | sha256sum -c \
36+ && echo "48e5763854527aca84bf2c9b1542a22ec490e85657725eac8dc18eb0ed809413 dotnet-install.sh" | sha256sum -c \
3737 && chmod +x ./dotnet-install.sh \
3838 && ./dotnet-install.sh -v 9.0.101 --install-dir /usr/share/dotnet --no-path \
3939 && rm dotnet-install.sh
Original file line number Diff line number Diff line change 1- FROM rabbitmq:4.0.4
1+ FROM rabbitmq:4.0.5
You can’t perform that action at this time.
0 commit comments