Skip to content

Commit 4b1571b

Browse files
Bump rabbitmq from 4.0.4 to 4.0.5 in /test/IntegrationTests/docker (#3902)
* Bump rabbitmq from 4.0.4 to 4.0.5 in /test/IntegrationTests/docker Bumps rabbitmq from 4.0.4 to 4.0.5. --- updated-dependencies: - dependency-name: rabbitmq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update dotnet-isntall.sh SHA256 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
1 parent 3f893ac commit 4b1571b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docker/alpine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV gRPC_PluginFullPath=/usr/bin/grpc_csharp_plugin
1919
# Install older sdks using the install script
2020
RUN 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

docker/centos-stream9.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dnf install -y \
66

77
RUN 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 \

docker/debian-arm64.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1010
RUN 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

docker/ubuntu1604.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
3333

3434
RUN 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM rabbitmq:4.0.4
1+
FROM rabbitmq:4.0.5

0 commit comments

Comments
 (0)