Skip to content

Commit

Permalink
Upgrade docker build to golang 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Nov 4, 2022
1 parent 16fbf35 commit a7f80cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 AS builder
FROM golang:1.19.3 AS builder

COPY cmd/ /src/cmd/
COPY internal/ /src/internal/
Expand Down

0 comments on commit a7f80cb

Please sign in to comment.