Skip to content

Commit

Permalink
update golang version to 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-royc committed Apr 21, 2023
1 parent d014b48 commit 09e9f8b
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
Expand Up @@ -15,7 +15,7 @@
ARG BUILDPLATFORM

# Build driver go binary
FROM --platform=$BUILDPLATFORM golang:1.19.7 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.8 as builder

ARG STAGINGVERSION
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion cmd/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.19.6 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.8 as builder

ARG TARGETPLATFORM

Expand Down

0 comments on commit 09e9f8b

Please sign in to comment.