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 21, 2025
1 parent e82f560 commit 227299b
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:2bacc4bdc5d1bd805587cb90a2fb2d58d1c775b02df1a19fd221cbfc639ff587

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:3cfddbce425e07cc658829098c29af86ff1a3ccc9b8d4735f5263a76ea4b7561

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:44b2884c5db9f03d57b7494371706cf95d4345c75399c420e63b5f5609313ee6

LABEL maintainer="Michael Kriese <[email protected]>" `
org.opencontainers.image.authors="VisualOn GmbH <[email protected]>" `
Expand Down

0 comments on commit 227299b

Please sign in to comment.