Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Jul 23, 2024
1 parent b26a2dc commit 9c6d4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Presentation/PortaleFatture.BE.Api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#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 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:bb3c2c60768a7e51cb6c4be597c24fae7c15479f6033a637b9cbf7a8be404f73 AS base
USER app
WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:5c3d47f477d249625452d47fe1faf451fb1de0323fdcc0eb64bc9de33bd8901e AS build

ARG BUILD_CONFIGURATION=Release
WORKDIR /src
Expand Down

0 comments on commit 9c6d4d9

Please sign in to comment.