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 v5.9.0 #1482

Merged
merged 1 commit into from
Sep 20, 2023
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.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN install-tool powershell v7.3.7
RUN install-tool rust 1.72.0

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.8.1
RUN install-tool swift 5.9.0

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

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.8.1
RUN install-tool swift 5.9.0

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

# renovate: datasource=docker versioning=docker
RUN install-tool swift 5.8.1
RUN install-tool swift 5.9.0

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