Skip to content

Commit 3a0a44a

Browse files
chore(deps): update all digest updates (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4f4d47 commit 3a0a44a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV ASPNETCORE_ENVIRONMENT="Production" \
88
DOTNET_CLI_TELEMETRY_OPTOUT=1 \
99
ASPNETCORE_URLS="http://*:8080"
1010

11-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.305-noble@sha256:604ef064c6d91068eeb9d946036d8ffadbe25589c4cd77a230fc96e0f6d01d72 AS build
11+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.305-noble@sha256:8a26226e58ec52c5defb37b876584df99f94bec70f1081c4014fdf25c994d51e AS build
1212
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
1313
WORKDIR /build
1414
COPY src/Directory.Build.props .

compose.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- "127.0.0.1:16686:16686"
2222

2323
vfps-db:
24-
image: docker.io/library/postgres:18.0@sha256:1d288494853e244e7a78d87b3526e650e5221c622f9768ecac9313d0874a9c39
24+
image: docker.io/library/postgres:18.0@sha256:67a7c384da54fc55a3b5ad38e9853b76003603d12732c90af368b31bb1f2517f
2525
restart: unless-stopped
2626
deploy:
2727
resources:

0 commit comments

Comments
 (0)