Skip to content

Commit

Permalink
update to golang1.18.10 in eacruntime and webhook
Browse files Browse the repository at this point in the history
Signed-off-by: wangshulin <[email protected]>
  • Loading branch information
wangshli committed Apr 3, 2023
1 parent d3de533 commit 2cb4416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.eacruntime
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the eacruntime-controller manager binary
FROM golang:1.18 AS builder
FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da AS builder

WORKDIR /go/src/github.com/fluid-cloudnative/fluid
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.webhook
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the dataset-controller manager binary
FROM golang:1.18 AS builder
FROM golang:1.18@sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da AS builder

WORKDIR /go/src/github.com/fluid-cloudnative/fluid
COPY . .
Expand Down

0 comments on commit 2cb4416

Please sign in to comment.