Skip to content

Commit

Permalink
Updating the v3 host version to 3.24.0 (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjilla authored Dec 17, 2024
1 parent 7a87eb8 commit 9b699af
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion host/3.0/bionic/arm32v7/dotnet/dotnet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/base/host.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0

FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java11/java11-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
ARG JAVA_VERSION=11.0.21
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java11/java11.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
ARG JAVA_VERSION=11.0.21
ARG JAVA_HOME=/usr/lib/jvm/msft-11-x64
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java8/java8-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
ARG JAVA_VERSION=8u392b08
ARG JDK_NAME=jdk8u392-b08
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/java/java8/java8.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
ARG JAVA_VERSION=8u392b08
ARG JDK_NAME=jdk8u392-b08
ARG JAVA_HOME=/usr/lib/jvm/adoptium-8-x64
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node10/node10-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node10/node10.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node12/node12-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node12/node12.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node14/node14-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/node/node14/node14.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python36/python36.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python37/python37.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python38/python38.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/amd64/python/python39/python39.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/3.0/buster/arm32v7/dotnet/dotnet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=3.23.0
ARG HOST_VERSION=3.24.0
FROM mcr.microsoft.com/azure-functions/base:grpc-2.27-arm32v7 as grpc-image
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS runtime-image
ARG HOST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/nanoserver/1809/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
DOTNET_USE_POLLING_FILE_WATCHER=true `
NUGET_XMLDOC_MODE=skip `
PublishWithAspNetCoreTargetManifest=false `
HOST_VERSION=3.20.2
HOST_VERSION=3.24.0

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/nanoserver/1903/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
DOTNET_USE_POLLING_FILE_WATCHER=true `
NUGET_XMLDOC_MODE=skip `
PublishWithAspNetCoreTargetManifest=false `
HOST_VERSION=3.20.2
HOST_VERSION=3.24.0

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
$BuildNumber = $Env:HOST_VERSION.split('.')[-1]; `
Expand Down
2 changes: 1 addition & 1 deletion host/3.0/nanoserver/1909/dotnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV ASPNETCORE_URLS=http://+:80 `
DOTNET_USE_POLLING_FILE_WATCHER=true `
NUGET_XMLDOC_MODE=skip `
PublishWithAspNetCoreTargetManifest=false `
HOST_VERSION=3.20.2
HOST_VERSION=3.24.0

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

0 comments on commit 9b699af

Please sign in to comment.