Skip to content

Commit

Permalink
test(deps): update swift docker tag to v6.0.2 (main) (#3515)
Browse files Browse the repository at this point in the history
test(deps): update swift docker tag to v6.0.2

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 8ee5bf2 commit c0d10c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN install-tool skopeo 1.16.1
RUN install-tool sops v3.9.1

# renovate: datasource=docker versioning=docker
RUN install-tool swift 6.0.1
RUN install-tool swift 6.0.2

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.9.8
Expand Down
2 changes: 1 addition & 1 deletion test/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WORKDIR /test
FROM base AS build

# renovate: datasource=docker versioning=docker
RUN install-tool swift 6.0.1
RUN install-tool swift 6.0.2

#--------------------------------------
# testa: swift latest
Expand Down
2 changes: 1 addition & 1 deletion test/swift/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-swift

# renovate: datasource=docker versioning=docker
RUN install-tool swift 6.0.1
RUN install-tool swift 6.0.2

#--------------------------------------
# Image: final
Expand Down

0 comments on commit c0d10c0

Please sign in to comment.