Skip to content

Commit

Permalink
Migrade core (#54)
Browse files Browse the repository at this point in the history
* upgrade version cloud provider

* update version cicd

* update version cicd
  • Loading branch information
fevirtus authored Sep 24, 2024
1 parent 2b7639e commit d2e654e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
FROM golang:1.23-alpine3.20 AS build-env
WORKDIR /app
ADD . /app
RUN go mod tidy
RUN cd /app && GO111MODULE=on GOARCH=amd64 go build -o bizfly-cloud-controller-manager cmd/bizfly-cloud-controller-manager/main.go

FROM amd64/alpine:3.17
Expand Down

0 comments on commit d2e654e

Please sign in to comment.