We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46419b commit 7517937Copy full SHA for 7517937
Dockerfile
@@ -12,7 +12,7 @@ RUN cargo install --path .
12
FROM runtime
13
COPY --from=builder /usr/local/cargo/bin/ovsinit /usr/local/bin/ovsinit
14
15
-FROM golang:1.21@sha256:4746d26432a9117a5f58e95cb9f954ddf0de128e9d5816886514199316e4a2fb AS ovn-kubernetes
+FROM golang:1.26@sha256:dd25c49df34a6ec745f1dd59593478d067679e8e8fb1e44b326d8b9e2d348777 AS ovn-kubernetes
16
RUN apt-get update && \
17
apt-get install --no-install-recommends -y \
18
quilt
0 commit comments