Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 2a7ca60 commit 6761a50
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 @@ -105,7 +105,7 @@ RUN install-tool skopeo 1.17.0
RUN install-tool sops v3.9.2

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

# renovate: datasource=docker packageName=hashicorp/terraform versioning=docker
RUN install-tool terraform 1.10.2
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.2
RUN install-tool swift 6.0.3

#--------------------------------------
# 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.2
RUN install-tool swift 6.0.3

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

0 comments on commit 6761a50

Please sign in to comment.