Skip to content

Commit

Permalink
Bump docker build image to 1.18 (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed Apr 20, 2022
1 parent 955cb73 commit ce3eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# artifacts by default will land in the root of the mount point.

# kuttl builder
FROM golang:1.14 as builder
FROM golang:1.18 as builder

WORKDIR /go/src/kuttl
COPY . .
Expand Down

0 comments on commit ce3eee1

Please sign in to comment.