Skip to content

Commit

Permalink
test(deps): update swift docker tag to v5.9.0 (#1482)
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] committed Sep 20, 2023
1 parent bba505f commit 1439658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -72,7 +72,7 @@ RUN install-tool powershell v7.3.7
RUN install-tool rust 1.72.1

# 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
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
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

0 comments on commit 1439658

Please sign in to comment.