File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ languages:
27
27
runImage : " {{ .RunImagePrefix }}cxx:{{ .Version }}"
28
28
29
29
- language : go
30
- buildImage : golang:1.23
30
+ buildImage : golang:1.24
31
31
runImage : debian:bookworm
32
32
33
33
- language : java
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN dotnet publish -c Release -o qps_worker perf/benchmarkapps/QpsWorker/
40
40
41
41
# Note that the QpsWorker built by "dotnet publish" in the previous step needs to be runnable
42
42
# 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
44
44
45
45
# Enable dynamic profile-guided optimization
46
46
# https://gist.github.com/EgorBo/dc181796683da3d905a5295bfd3dd95b
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23
15
+ FROM golang:1.24
16
16
17
17
RUN mkdir -p /executable
18
18
WORKDIR /executable
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM mcr.microsoft.com/dotnet/aspnet:9 .0-bookworm-slim
15
+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-preview
16
16
17
17
RUN mkdir -p /src/workspace
18
18
WORKDIR /src/workspace
You can’t perform that action at this time.
0 commit comments