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)
......@@ -43,6 +43,7 @@ variables:
POSTGRESQL_DATABASE: smo
POSTGRESQL_USER: custom_user
POSTGRESQL_PASSWORD: custom_pass
RUNNER_GENERATE_ARTIFACTS_METADATA: "true"
# for test purposes
# buildkit:
......
......@@ -30,7 +30,7 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build-scorecard
FROM alpine:3.14
FROM alpine:3.21
COPY --from=build /src/scorecard /
# hadolint ignore=DL3018
......