Skip to content

Commit b0cd277

Browse files
chore(deps): update ghcr.io/realm/swiftlint docker tag to v0.62.1 (#6352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4ebf8a commit b0cd277

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/refs/tags/v${REPOS
11401140
#
11411141
# swiftlint installation
11421142
# renovate: datasource=docker depName=ghcr.io/realm/swiftlint
1143-
ENV SWIFT_SWIFTLINT_VERSION=0.61.0
1143+
ENV SWIFT_SWIFTLINT_VERSION=0.62.1
11441144
#
11451145
# tekton-lint installation
11461146
#

flavors/cupcake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/refs/tags/v${REPOS
817817
#
818818
# swiftlint installation
819819
# renovate: datasource=docker depName=ghcr.io/realm/swiftlint
820-
ENV SWIFT_SWIFTLINT_VERSION=0.61.0
820+
ENV SWIFT_SWIFTLINT_VERSION=0.62.1
821821
#
822822
# tflint installation
823823
# Managed with COPY --link --from=tflint /usr/local/bin/tflint /usr/bin/

flavors/swift/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ RUN curl --retry 5 --retry-delay 5 -sSLO https://github.com/pinterest/ktlint/rel
478478
#
479479
# swiftlint installation
480480
# renovate: datasource=docker depName=ghcr.io/realm/swiftlint
481-
ENV SWIFT_SWIFTLINT_VERSION=0.61.0
481+
ENV SWIFT_SWIFTLINT_VERSION=0.62.1
482482
#
483483
# tekton-lint installation
484484
#

linters/swift_swiftlint/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ENV PATH="/node-deps/node_modules/.bin:${PATH}" \
152152
RUN rc-update add docker boot && (rc-service docker start || true)
153153
# swiftlint installation
154154
# renovate: datasource=docker depName=ghcr.io/realm/swiftlint
155-
ENV SWIFT_SWIFTLINT_VERSION=0.61.0
155+
ENV SWIFT_SWIFTLINT_VERSION=0.62.1
156156
#
157157
#OTHER__END
158158

megalinter/descriptors/swift.megalinter-descriptor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ linters:
5757
dockerfile:
5858
- |-
5959
# renovate: datasource=docker depName=ghcr.io/realm/swiftlint
60-
ENV SWIFT_SWIFTLINT_VERSION=0.61.0
60+
ENV SWIFT_SWIFTLINT_VERSION=0.62.1
6161
ide:
6262
idea:
6363
- name: swiftlint

0 commit comments

Comments
 (0)