Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update swift docker tag to v6.0.3 (main) #3797

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading