-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update windows docker digests
- Loading branch information
1 parent
cea6c25
commit 563d742
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# escape=` | ||
|
||
# Use the latest Windows Server Core image with .NET Framework 4.7.2. | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:b36581f8c38aa45a8eb1849372603fcbfe97befb3c0ad510e9cfc2ccef8fd3ca | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2019@sha256:fb07dd14e84db4b84909be0a989597c31e28e199e7f47964fce763623d68e5d9 | ||
|
||
LABEL maintainer="Michael Kriese <[email protected]>" ` | ||
org.opencontainers.image.authors="VisualOn GmbH <[email protected]>" ` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# escape=` | ||
|
||
# Use the latest Windows Server Core image with .NET Framework 4.8. | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:134a4de6ea1c905b526e24819ca3756c7897853c1c7fa2cfb48867f173f9f8e9 | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:a7faef3c463f53996b00abff1cad6e979c75230bf9a55fdce77fe99c764971a5 | ||
|
||
LABEL maintainer="Michael Kriese <[email protected]>" ` | ||
org.opencontainers.image.authors="VisualOn GmbH <[email protected]>" ` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# escape=` | ||
|
||
# Use the latest Windows Server Core image with .NET Framework 4.8. | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2025@sha256:a15aa8b1386ab9edc262df05978fc8894a6b1cd7bdb511eff94db768f1b26a9c | ||
FROM mcr.microsoft.com/windows/servercore:ltsc2025@sha256:f6153b44882e7ada8fa17123cfca1da3f29ea7fbe062c9e931240dc837aa4256 | ||
|
||
LABEL maintainer="Michael Kriese <[email protected]>" ` | ||
org.opencontainers.image.authors="VisualOn GmbH <[email protected]>" ` | ||
|