Skip to content

Commit 6271c3b

Browse files
committed
Hotfix 4.16.4, 3.19.2
1 parent d1d1d6e commit 6271c3b

File tree

63 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+63
-63
lines changed

Diff for: host/3.0/bionic/arm32v7/dotnet/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
44
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
55
ARG HOST_VERSION

Diff for: host/3.0/buster/amd64/base/host.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33

44
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
55
ARG HOST_VERSION

Diff for: host/3.0/buster/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/java/java11/java11-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
ARG JAVA_VERSION=11.0.14.1_1-31205
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image

Diff for: host/3.0/buster/amd64/java/java11/java11.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
ARG JAVA_VERSION=11.0.14.1_1-31205
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image

Diff for: host/3.0/buster/amd64/java/java8/java8-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
ARG JAVA_VERSION=8u322b06
44
ARG JDK_NAME=jdk8u322-b06
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/3.0/buster/amd64/java/java8/java8.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
ARG JAVA_VERSION=8u322b06
44
ARG JDK_NAME=jdk8u322-b06
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/3.0/buster/amd64/node/node10/node10-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node10/node10.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node12/node12-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node12/node12.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node14/node14-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/node/node14/node14.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/powershell/powershell6/powershell6-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/powershell/powershell6/powershell6.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/powershell/powershell7/powershell7-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/powershell/powershell7/powershell7.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python36/python36-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python36/python36.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python37/python37-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python37/python37.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python38/python38-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python38/python38.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python39/python39-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/amd64/python/python39/python39.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/3.0/buster/arm32v7/dotnet/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=3.19.0
2+
ARG HOST_VERSION=3.19.2
33
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
44
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
55
ARG HOST_VERSION

Diff for: host/3.0/nanoserver/1809/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
2222
DOTNET_USE_POLLING_FILE_WATCHER=true `
2323
NUGET_XMLDOC_MODE=skip `
2424
PublishWithAspNetCoreTargetManifest=false `
25-
HOST_VERSION=3.19.0
25+
HOST_VERSION=3.19.2
2626

2727
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
2828
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `

Diff for: host/3.0/nanoserver/1903/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
2323
DOTNET_USE_POLLING_FILE_WATCHER=true `
2424
NUGET_XMLDOC_MODE=skip `
2525
PublishWithAspNetCoreTargetManifest=false `
26-
HOST_VERSION=3.19.0
26+
HOST_VERSION=3.19.2
2727

2828
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
2929
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `

Diff for: host/3.0/nanoserver/1909/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
2323
DOTNET_USE_POLLING_FILE_WATCHER=true `
2424
NUGET_XMLDOC_MODE=skip `
2525
PublishWithAspNetCoreTargetManifest=false `
26-
HOST_VERSION=3.19.0
26+
HOST_VERSION=3.19.2
2727

2828
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
2929
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `

Diff for: host/4/bullseye/amd64/base/host.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG HOST_VERSION=4.16.3
1+
ARG HOST_VERSION=4.16.4
22

33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION

Diff for: host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet-isolated/dotnet-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/dotnet/dotnet7-isolated/dotnet-isolated.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/java/java11/java11-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
ARG JAVA_VERSION=11.0.14.1_1-31205
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java11/java11.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
ARG JAVA_VERSION=11.0.14.1_1-31205
44
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java17/java17-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
ARG JAVA_VERSION=17.0.3
44
ARG JAVA_HOME=/usr/lib/jvm/msft-17-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java17/java17.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
ARG JAVA_VERSION=17.0.3
44
ARG JAVA_HOME=/usr/lib/jvm/msft-17-x64
55
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image

Diff for: host/4/bullseye/amd64/java/java8/java8-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
ARG JAVA_VERSION=8u322b06
44
ARG JDK_NAME=jdk8u322-b06
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/4/bullseye/amd64/java/java8/java8.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
ARG JAVA_VERSION=8u322b06
44
ARG JDK_NAME=jdk8u322-b06
55
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64

Diff for: host/4/bullseye/amd64/node/node14/node14-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node14/node14.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node16/node16-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node16/node16.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node18/node18-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/node/node18/node18.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell70/powershell70-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell70/powershell70.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell72/powershell72-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/powershell/powershell72/powershell72.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runtime from source
2-
ARG HOST_VERSION=4.16.3
2+
ARG HOST_VERSION=4.16.4
33
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
44
ARG HOST_VERSION
55

Diff for: host/4/bullseye/amd64/python/python310/python310-slim.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-------------------------------------------------------------------------------------------------------------
55

66
# Build the runtime from source
7-
ARG HOST_VERSION=4.16.3
7+
ARG HOST_VERSION=4.16.4
88
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS runtime-image
99
ARG HOST_VERSION
1010

0 commit comments

Comments
 (0)