Skip to content

Commit 1ad6a3e

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

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.301-noble@sha256:f353951d75cd99696c912ba7a29a1c6905fe0c1c7613e12e5318efed40d9b287 AS build
11+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0.301-noble@sha256:4fd7d3e5aeb6cfb75e923a54cdb0b6e858b27ad3b517837917c57c2e632b5694 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:17.5@sha256:016154be900bddeac413c2ed2d03b7fdc38799a18e61ecf250d19f0973693de1
24+
image: docker.io/library/postgres:17.5@sha256:4d89c904835259bc58876520e56267ca07a4ebd6a027f7814bbbf91b50d685be
2525
restart: unless-stopped
2626
deploy:
2727
resources:

0 commit comments

Comments
 (0)