Skip to content

Commit d378501

Browse files
chore(deps): update dependency ocm to v0.31.0
1 parent 979d7b7 commit d378501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TARGETARCH
55
RUN apk add --no-cache curl tar
66
WORKDIR /tmp
77
# renovate: datasource=github-releases depName=ocm packageName=open-component-model/ocm
8-
ARG OCM_VERSION=0.29.1
8+
ARG OCM_VERSION=0.31.0
99
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 \
1010
&& tar -xzf ocm.tar.gz
1111

0 commit comments

Comments
 (0)