Skip to content

Commit

Permalink
build, ci: bump dockerfile builder to 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Feb 8, 2023
1 parent 54dd3cb commit 2dcef0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/projectquay/golang:1.18 as builder
FROM quay.io/projectquay/golang:1.19 as builder
ENV GOPATH=/go
RUN mkdir -p $GOPATH/src/github.com/maiqueb/multus-dynamic-networks-controller
WORKDIR $GOPATH/src/github.com/maiqueb/multus-dynamic-networks-controller
Expand Down

0 comments on commit 2dcef0d

Please sign in to comment.