Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Fail-fast-when-image-build-fails…
Browse files Browse the repository at this point in the history
…-on-tests-#11102' into Fail-fast-when-image-build-fails-on-tests-kubeflow#11102
  • Loading branch information
Elay Aharoni (EXT-Nokia) committed Aug 20, 2024
2 parents 5a39901 + ece35bc commit 2d0172e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# 1. Build api server application
FRAM golang:1.21.7-bookworm as builder
FROM golang:1.21.7-bookworm as builder
RUN apt-get update && apt-get install -y cmake clang musl-dev openssl
WORKDIR /go/src/github.com/kubeflow/pipelines
COPY . .
Expand Down

0 comments on commit 2d0172e

Please sign in to comment.