Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Sep 12, 2024
1 parent 601ceff commit 772c774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# syntax = docker/dockerfile:experimental
ARG GO_VERSION

FROM ubuntu:24.04 AS ovs-builder

ARG ARCH
Expand Down Expand Up @@ -99,6 +97,8 @@ RUN apk --no-cache add curl jq
ADD go-deps/download-go-deps.sh /
RUN sh -x /download-go-deps.sh

ARG GO_VERSION

FROM golang:$GO_VERSION-alpine AS go-deps

RUN apk --no-cache add bash curl jq
Expand Down

0 comments on commit 772c774

Please sign in to comment.