Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipsefdn/it/releng/gitlab-runner-service/gitlab-ci-templates
1 result
Show changes
Commits on Source (2)
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
......
...@@ -30,7 +30,7 @@ ARG TARGETOS ...@@ -30,7 +30,7 @@ ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
RUN CGO_ENABLED=0 make build-scorecard RUN CGO_ENABLED=0 make build-scorecard
FROM alpine:3.14 FROM alpine:3.21
COPY --from=build /src/scorecard / COPY --from=build /src/scorecard /
# hadolint ignore=DL3018 # hadolint ignore=DL3018
......