We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917bb28 commit ab8a1a4Copy full SHA for ab8a1a4
.github/workflows/dotnet.yml
@@ -15,9 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
19
- name: Setup .NET
20
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
21
with:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
src/Dfsseta.ApplyForLanding/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:88c86e5469c2b69969e07343193fd3dbe4ff6936d95b994dbfa27348299af111 AS base
2
USER $APP_UID
3
WORKDIR /app
4
EXPOSE 8080
0 commit comments