We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a5c9a commit ca1b055Copy full SHA for ca1b055
Dockerfile
@@ -5,7 +5,7 @@ ARG TARGETARCH
5
RUN apk add --no-cache curl tar
6
WORKDIR /tmp
7
# renovate: datasource=github-releases depName=ocm packageName=open-component-model/ocm
8
-ARG OCM_VERSION=0.29.1
+ARG OCM_VERSION=0.31.0
9
RUN curl -L -o ocm.tar.gz https://github.com/open-component-model/ocm/releases/download/v$OCM_VERSION/ocm-$OCM_VERSION-$TARGETOS-$TARGETARCH.tar.gz \
10
&& tar -xzf ocm.tar.gz
11
0 commit comments