Skip to content

Commit 61b4c32

Browse files
Update mcr.microsoft.com/dotnet/aspnet Docker digest to 1e12c26
1 parent 8f2df26 commit 61b4c32

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

reactions/platform/debug-reaction/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
1616

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
1818
# mcr.microsoft.com/dotnet/aspnet:6.0
1919
WORKDIR /app
2020
EXPOSE 80

reactions/platform/result-reaction/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
1616

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
1818
# mcr.microsoft.com/dotnet/aspnet:8.0
1919
WORKDIR /app
2020
EXPOSE 80

reactions/platform/result-reaction/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
1616

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
1818
# mcr.microsoft.com/dotnet/aspnet:8.0
1919
WORKDIR /app
2020
EXPOSE 80

reactions/power-platform/dataverse/dataverse-reaction/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15+
FROM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

reactions/power-platform/dataverse/dataverse-reaction/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS base
15+
FROM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS base
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/dataverse/dataverse-proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
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
1717
# mcr.microsoft.com/dotnet/aspnet:8.0
1818
WORKDIR /app
1919
EXPOSE 80
@@ -31,7 +31,7 @@ RUN dotnet build "dataverse-proxy.csproj" -c Release -o /app/build
3131
FROM build AS publish
3232
RUN dotnet publish "dataverse-proxy.csproj" -c Release -o /app/publish /p:UseAppHost=false
3333

34-
FROM mcr.microsoft.com/dotnet/aspnet@sha256:38178966094e8ac38ac3377fa4195cbf63e9aef4030f5e62d2810f8a5df769e4 AS production
34+
FROM mcr.microsoft.com/dotnet/aspnet@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS production
3535
FROM ubuntu:22.04 AS debug
3636
RUN apt-get update && apt-get install -y bash curl && rm -rf /var/lib/apt/lists/*
3737

sources/dataverse/dataverse-proxy/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/dataverse/dataverse-reactivator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/dataverse/dataverse-reactivator/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/eventhub/eventhub-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/eventhub/eventhub-proxy/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/eventhub/eventhub-reactivator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616
# mcr.microsoft.com/dotnet/aspnet:8.0
1717
WORKDIR /app
1818
EXPOSE 80

sources/eventhub/eventhub-reactivator/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
# mcr.microsoft.com/dotnet/aspnet:8.0
33
WORKDIR /app
44
EXPOSE 80

0 commit comments

Comments
 (0)