Skip to content

Commit

Permalink
Updates Dockerfile go version to v1.18
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL committed Apr 30, 2022
1 parent 2aa4ab9 commit fc35f5e
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 fc35f5e

Please sign in to comment.