Skip to content

Commit

Permalink
Update golang from version 1.19 to 1.19.1 in Dockerfile (#216)
Browse files Browse the repository at this point in the history
* Update golang to 1.19.1 in Dockerfile
* Update version : set version to 0.10.0
  • Loading branch information
cruizen authored Sep 19, 2022
1 parent d3776da commit 070dbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.19 as builder
FROM golang:1.19.1 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9
0.10.0

0 comments on commit 070dbc0

Please sign in to comment.