Skip to content

Commit

Permalink
Merge pull request #57 from JoshVanL/Dockerfile-go-1.18
Browse files Browse the repository at this point in the history
Updates Dockerfile go version to v1.18
  • Loading branch information
jetstack-bot authored May 19, 2022
2 parents b78229f + fc35f5e commit f375c3a
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 @@ -13,7 +13,7 @@
# limitations under the License.

# Build the approver-policy binary
FROM docker.io/library/golang:1.17 as builder
FROM docker.io/library/golang:1.18 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit f375c3a

Please sign in to comment.