Skip to content

Commit 85714fb

Browse files
chore(deps): update dependency ocm to v0.32.0 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 527c481 commit 85714fb

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.31.0
8+
ARG OCM_VERSION=0.32.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)