Skip to content

Commit

Permalink
chore(deps): update dotnet monorepo (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
3 people committed Jul 31, 2023
1 parent aac3f3b commit a80a326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cartservice/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
FROM mcr.microsoft.com/dotnet/sdk:6.0.402 AS builder
FROM mcr.microsoft.com/dotnet/sdk:6.0.412 AS builder

WORKDIR /usr/src/app/

Expand All @@ -35,7 +35,7 @@ RUN \
# -----------------------------------------------------------------------------

# https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.9-alpine3.16
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.15-alpine3.16

WORKDIR /usr/src/app/
COPY --from=builder /cartservice/ ./
Expand Down

0 comments on commit a80a326

Please sign in to comment.