Skip to content

Commit

Permalink
fix: Use golang 1.20 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Mar 7, 2024
1 parent 25b708e commit 22793d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2iq.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Build the manager binary
FROM golang:1.19 as builder
FROM golang:1.20 as builder

RUN apt-get update && \
apt-get -y install \
Expand Down

0 comments on commit 22793d1

Please sign in to comment.