File tree Expand file tree Collapse file tree 13 files changed +14
-14
lines changed
power-platform/dataverse/dataverse-reaction Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
16
16
17
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:22414f335b79654fb42257326e7f17f18edf8f912578fc33a55c5dd609bd022e AS base
17
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
18
18
# mcr.microsoft.com/dotnet/aspnet:6.0
19
19
WORKDIR /app
20
20
EXPOSE 80
Original file line number Diff line number Diff line change 14
14
15
15
# See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
16
16
17
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:3ded9ccf06f222ec934311be4f9facda83d144331c028340e3a694733cad7d4b AS base
17
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
18
18
# mcr.microsoft.com/dotnet/aspnet:8.0
19
19
WORKDIR /app
20
20
EXPOSE 80
Original file line number Diff line number Diff line change 14
14
15
15
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
16
16
17
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:3ded9ccf06f222ec934311be4f9facda83d144331c028340e3a694733cad7d4b AS base
17
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
18
18
# mcr.microsoft.com/dotnet/aspnet:8.0
19
19
WORKDIR /app
20
20
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG RUNTIME_ENV=production
16
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
16
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
17
17
# mcr.microsoft.com/dotnet/aspnet:8.0
18
18
WORKDIR /app
19
19
EXPOSE 80
@@ -31,7 +31,7 @@ RUN dotnet build "dataverse-proxy.csproj" -c Release -o /app/build
31
31
FROM build AS publish
32
32
RUN dotnet publish "dataverse-proxy.csproj" -c Release -o /app/publish /p:UseAppHost=false
33
33
34
- FROM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS production
34
+ FROM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS production
35
35
FROM ubuntu:22.04 AS debug
36
36
RUN apt-get update && apt-get install -y bash curl && rm -rf /var/lib/apt/lists/*
37
37
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
16
16
# mcr.microsoft.com/dotnet/aspnet:8.0
17
17
WORKDIR /app
18
18
EXPOSE 80
Original file line number Diff line number Diff line change 1
- FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
1
+ FROM --platform=$TARGETPLATFORM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
2
2
# mcr.microsoft.com/dotnet/aspnet:8.0
3
3
WORKDIR /app
4
4
EXPOSE 80
You can’t perform that action at this time.
0 commit comments