Skip to content

Commit b3d19cd

Browse files
aspnet and golang image version update
1 parent 1564a6e commit b3d19cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/defaults_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ languages:
2727
runImage: "{{ .RunImagePrefix }}cxx:{{ .Version }}"
2828

2929
- language: go
30-
buildImage: golang:1.23
30+
buildImage: golang:1.24
3131
runImage: debian:bookworm
3232

3333
- language: java

containers/pre_built_workers/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN dotnet publish -c Release -o qps_worker perf/benchmarkapps/QpsWorker/
4040

4141
# Note that the QpsWorker built by "dotnet publish" in the previous step needs to be runnable
4242
# with the runtime image below.
43-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim
43+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-preview
4444

4545
# Enable dynamic profile-guided optimization
4646
# https://gist.github.com/EgorBo/dc181796683da3d905a5295bfd3dd95b

containers/pre_built_workers/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.23
15+
FROM golang:1.24
1616

1717
RUN mkdir -p /executable
1818
WORKDIR /executable

containers/runtime/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim
15+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-preview
1616

1717
RUN mkdir -p /src/workspace
1818
WORKDIR /src/workspace

0 commit comments

Comments
 (0)