diff --git a/build/Dockerfile b/build/Dockerfile index ecde4b94..490578d2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-alpine AS builder +FROM golang:1.20-alpine AS builder RUN apk --no-cache add git openssh