Skip to content

Commit e24bf19

Browse files
committed
Upgrade to noble, try --platform argument to try and avoid issues with qemu segfaults
1 parent 3763403 commit e24bf19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/dotnet-core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
22
# See the LICENSE file in the project root for more information.
33

4-
FROM ubuntu:jammy AS builder
4+
FROM --platform=$BUILDPLATFORM ubuntu:noble AS builder
55

66
RUN set -xe \
77
&& apt-get update \

src/dotnet-framework/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
22
# See the LICENSE file in the project root for more information.
33

4-
FROM --platform=$BUILDPLATFORM ubuntu:jammy AS builder
4+
FROM --platform=$BUILDPLATFORM ubuntu:noble AS builder
55

66
RUN set -xe \
77
&& apt-get update \

src/java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
22
# See the LICENSE file in the project root for more information.
33

4-
FROM ubuntu:jammy AS builder
4+
FROM --platform=$BUILDPLATFORM ubuntu:noble AS builder
55

66
RUN set -xe \
77
&& apt-get update \

0 commit comments

Comments
 (0)