File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
2
2
# See the LICENSE file in the project root for more information.
3
3
4
- FROM ubuntu:jammy AS builder
4
+ FROM --platform=$BUILDPLATFORM ubuntu:noble AS builder
5
5
6
6
RUN set -xe \
7
7
&& apt-get update \
Original file line number Diff line number Diff line change 1
1
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
2
2
# See the LICENSE file in the project root for more information.
3
3
4
- FROM --platform=$BUILDPLATFORM ubuntu:jammy AS builder
4
+ FROM --platform=$BUILDPLATFORM ubuntu:noble AS builder
5
5
6
6
RUN set -xe \
7
7
&& apt-get update \
Original file line number Diff line number Diff line change 1
1
# Contrast Security, Inc licenses this file to you under the Apache 2.0 License.
2
2
# See the LICENSE file in the project root for more information.
3
3
4
- FROM ubuntu:jammy AS builder
4
+ FROM --platform=$BUILDPLATFORM ubuntu:noble AS builder
5
5
6
6
RUN set -xe \
7
7
&& apt-get update \
You can’t perform that action at this time.
0 commit comments