Skip to content

Commit cebde88

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

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:8a26226e58ec52c5defb37b876584df99f94bec70f1081c4014fdf25c994d51e AS build
11+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.305-noble@sha256:9ae2f68485dc3385e76e38524806fd159988b6e525ea5f27a4870bdf8bc0fe72 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:67a7c384da54fc55a3b5ad38e9853b76003603d12732c90af368b31bb1f2517f
24+
image: docker.io/library/postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
2525
restart: unless-stopped
2626
deploy:
2727
resources:

0 commit comments

Comments
 (0)