Skip to content

Commit

Permalink
test(deps): update swift docker tag to v5.10.1 (#2774)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 1f5b575 commit 731c494
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN install-tool powershell v7.4.2
RUN install-tool rust 1.78.0

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.10.0
RUN install-tool swift 5.10.1

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.8.5
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN install-tool powershell v7.4.2
RUN install-tool rust 1.78.0

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.10.0
RUN install-tool swift 5.10.1

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.8.5
Expand Down
2 changes: 1 addition & 1 deletion test/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM base as build
RUN install-tool git v2.45.2

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.10.0
RUN install-tool swift 5.10.1

#--------------------------------------
# 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 @@ -29,7 +29,7 @@ RUN install-containerbase
FROM base as test-swift

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.10.0
RUN install-tool swift 5.10.1

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

0 comments on commit 731c494

Please sign in to comment.