Skip to content

Commit

Permalink
Merge pull request #86 from grahamburgsma/master
Browse files Browse the repository at this point in the history
Fix Swift image
  • Loading branch information
thisislawatts authored Jan 29, 2024
2 parents 6b316bb + d13c1a9 commit 4b230c9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .generated
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-11-06T15:00:15+01:00
2023-12-14T14:46:59-05:00
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ jobs:
- base: ruby:2.7
tag: ruby-2.7
target: linux
- base: swift
tag: swift
target: linux
- base: ubuntu
tag: linux
target: linux
Expand All @@ -230,9 +233,6 @@ jobs:
- base: alpine
tag: cocoapods
target: alpine
- base: alpine
tag: swift
target: alpine
- base: composer
tag: composer
target: alpine
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A build toolchain for Snyk Docker images.
|------------------------------|-----------------------------------------|
| snyk/snyk:alpine | alpine |
| snyk/snyk:cocoapods | alpine |
| snyk/snyk:swift | alpine |
| snyk/snyk:swift | swift |
| snyk/snyk:clojure | clojure |
| snyk/snyk:clojure-boot | clojure:boot |
| snyk/snyk:clojure-lein | clojure:lein |
Expand Down
1 change: 0 additions & 1 deletion alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
alpine
alpine cocoapods
alpine swift
composer
composer php
docker:18.09 docker-18.09
Expand Down
1 change: 1 addition & 0 deletions linux
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ ruby:2.4 ruby-2.4
ruby:2.5 ruby-2.5
ruby:2.6 ruby-2.6
ruby:2.7 ruby-2.7
swift
ubuntu linux

0 comments on commit 4b230c9

Please sign in to comment.