Skip to content

Commit

Permalink
Bump the dotnet-docker group across 1 directory with 2 updates (#1468)
Browse files Browse the repository at this point in the history
Bumps the dotnet-docker group with 2 updates in the /server/Tingle.Dependabot directory: dotnet/aspnet and dotnet/sdk.


Updates `dotnet/aspnet` from 8.0-bookworm-slim to 9.0-bookworm-slim

Updates `dotnet/sdk` from 8.0-bookworm-slim to 9.0-bookworm-slim

---
updated-dependencies:
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
  dependency-group: dotnet-docker
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  dependency-group: dotnet-docker
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent b40b1d2 commit 23bebc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/Tingle.Dependabot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim AS base
LABEL org.opencontainers.image.source="https://github.com/tinglesoftware/dependabot-azure-devops"
USER app
WORKDIR /app
EXPOSE 8080
EXPOSE 8081

FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["server/Directory.Build.props", "server/"]
Expand Down
2 changes: 1 addition & 1 deletion server/Tingle.Dependabot/Dockerfile.CI
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# As a result, we only copy publish output and put it in the container

FROM mcr.microsoft.com/dotnet/aspnet:8.0-bookworm-slim AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim AS base
LABEL org.opencontainers.image.source="https://github.com/tinglesoftware/dependabot-azure-devops"
USER app
WORKDIR /app
Expand Down

0 comments on commit 23bebc8

Please sign in to comment.