Skip to content

Commit

Permalink
fix(deps): update windows docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent cea6c25 commit 563d742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion windows/Dockerfile.2019
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]>" `
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2022
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]>" `
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2025
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]>" `
Expand Down

0 comments on commit 563d742

Please sign in to comment.