Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent 22e1027 commit 82242b6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.204-jammy@sha256:803a3c537eea993def381da9ab9f57b59a6306bdf54c6cdaeae11b3b6af6072e AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-jammy@sha256:3208c409ba7a2a259920cd487da7bef70b0645dc04c35db70473839f3ac0865f AS build
WORKDIR /build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

Expand All @@ -15,7 +15,7 @@ RUN dotnet publish \
-o /build/publish \
src/PathlingS3Import/PathlingS3Import.csproj

FROM mcr.microsoft.com/dotnet/runtime:8.0.4-jammy-chiseled@sha256:55123c37f3c365a638efb6987497e3210e9559d9ce928dcc0251eb13629747bd
FROM mcr.microsoft.com/dotnet/runtime:8.0.5-jammy-chiseled@sha256:e30948c62bb2918891e4e533cadc6b56ae8a50afa504751e6f353b8f0295c5d0
WORKDIR /opt/pathling-s3-import
USER 65534:65534
ENV DOTNET_ENVIRONMENT="Production" \
Expand Down
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
minio:
image: docker.io/bitnami/minio:2024.3.30-debian-12-r2@sha256:60232ca2f006e3ad458580fb529c6f12e07f19bfcf9c27335077b6e6873907fa
image: docker.io/bitnami/minio:2024.5.27-debian-12-r0@sha256:9ec540a7812dc932f25dc421dbf4589086e9a78b3c654e3b850e0439d8bca234
environment:
MINIO_ROOT_USER: "admin"
# kics-scan ignore-line
Expand All @@ -11,7 +11,7 @@ services:
- "127.0.0.1:9001:9001"

wait-for-minio:
image: docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21
image: docker.io/curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
restart: "no"
environment:
MINIO_ENDPOINT_URL: http://minio:9000
Expand All @@ -27,7 +27,7 @@ services:
condition: service_started

minio-client:
image: docker.io/bitnami/minio-client:2024.3.30-debian-12-r2@sha256:1a0da8a5766c120170fa919ba3571d9128a3c01576f7b722e8bfcaf9ed6b8abb
image: docker.io/bitnami/minio-client:2024.5.24-debian-12-r0@sha256:f6673f85a1180f009444e4f933e83998fb48b5aba3b6f3313aaa092f1d66bef5
environment:
MINIO_SERVER_ACCESS_KEY: admin
# kics-scan ignore-line
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
condition: service_completed_successfully

wait-for-pathling:
image: docker.io/curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21
image: docker.io/curlimages/curl:8.8.0@sha256:73e4d532ea62d7505c5865b517d3704966ffe916609bedc22af6833dc9969bcd
restart: "no"
environment:
PATHLING_URL: http://pathling:8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Hl7.Fhir.R4" Version="5.8.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/PathlingS3Import/PathlingS3Import.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Minio" Version="6.0.2" />
<PackageReference Include="Polly.Core" Version="8.3.1" />
<PackageReference Include="Polly.Core" Version="8.4.0" />
<PackageReference Include="Prometheus.Client.MetricPusher" Version="3.1.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/PathlingS3Import/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"Polly.Core": {
"type": "Direct",
"requested": "[8.3.1, )",
"resolved": "8.3.1",
"contentHash": "b9mMAjqXuCXFCtf/RtRPwFUkAm/sz37s7G+taDvS5EqfkJsLiWfO2xO2cSISjIgIY+88oIZTGguP6UrRGRlqzg=="
"requested": "[8.4.0, )",
"resolved": "8.4.0",
"contentHash": "3AZxuP//pxOeBo9tQs7/tz4Z5TTbu4BYfjpaXZD0JYKJo98ngN9TMUz1nybh4k0ykWkMBpGZALV/AmVIE3ew7A=="
},
"Prometheus.Client.MetricPusher": {
"type": "Direct",
Expand Down

0 comments on commit 82242b6

Please sign in to comment.