Skip to content

Commit

Permalink
Updated Host version to 4.27.7 (#1011)
Browse files Browse the repository at this point in the history
* Updated Host version to 4.27.7
  • Loading branch information
v-smanchem committed Nov 29, 2023
1 parent 0e486c1 commit d908141
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion host/4/bookworm/java/java21/java21-appservice.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG JAVA_VERSION=21.0.0
ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64
# Build the runtime from source
ARG HOST_VERSION=4.27.5
ARG HOST_VERSION=4.27.7
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
ARG HOST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion host/4/bookworm/java/java21/java21-slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=4.27.5
ARG HOST_VERSION=4.27.7
ARG JAVA_VERSION=21.0.0
ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
Expand Down
2 changes: 1 addition & 1 deletion host/4/bookworm/java/java21/java21.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runtime from source
ARG HOST_VERSION=4.27.5
ARG HOST_VERSION=4.27.7
ARG JAVA_VERSION=21.0.0
ARG JAVA_HOME=/usr/lib/jvm/msft-21-x64
FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim-amd64 AS runtime-image
Expand Down

0 comments on commit d908141

Please sign in to comment.