bump operator-sdk and opm versions

This commit is contained in:
Dmitry Makovey 2021-11-04 07:52:12 -06:00
parent c825572faf
commit 53d6fe59ae

View file

@ -8,7 +8,7 @@ ARG OPM_ALPINE_VERSION=3.13
FROM golang:${GOLANG_VERSION}-alpine${OPM_ALPINE_VERSION} as opm
ARG OPM_VERSION=1.19.0
ARG OPM_VERSION=1.19.1
ENV GOPROXY="https://proxy.golang.org/"
RUN apk add --no-cache make gcc musl-dev curl git
@ -52,7 +52,7 @@ LABEL maintainer="GitLab Distribution Team" \
ARG KUBEBUILDER_VERSION=2.3.1
ARG YQ_VERSION=4.7.0
ARG HELM_VERSION=3.5.2
ARG OPERATORSDK_VERSION=1.13.0
ARG OPERATORSDK_VERSION=1.13.1
# ARG OPM_VERSION=1.19.0
RUN apk add --no-cache podman buildah curl make gcc musl-dev git bash coreutils