Skip to content

Commit

Permalink
Added python 3.12 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-sl committed Jul 22, 2024
1 parent e0b1c2c commit 5fea365
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .generated
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-07-09T13:20:56+01:00
2024-07-22T17:03:59+00:00
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- "*"
- "!README.md"
- "!build.rb"
schedule:
# As well as running when we make changes we should run at least
# every week in order to pick up new parent images and new versions of Snyk
- cron: "0 0 * * 0"
workflow_dispatch:
repository_dispatch:
types: [build_and_push_images]
Expand Down Expand Up @@ -154,6 +158,9 @@ jobs:
- base: python:3.11
tag: python-3.11
target: linux
- base: python:3.12
tag: python-3.12
target: linux
- base: ruby
tag: ruby
target: linux
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ jobs:
- base: python:3.11
tag: python-3.11
target: linux
- base: python:3.12
tag: python-3.12
target: linux
- base: ruby
tag: ruby
target: linux
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ A build toolchain for Snyk Docker images.
| snyk/snyk:python-3.9 | python:3.9 |
| snyk/snyk:python-3.10 | python:3.10 |
| snyk/snyk:python-3.11 | python:3.11 |
| snyk/snyk:python-3.12 | python:3.12 |
| snyk/snyk:python-alpine | python:alpine |
| snyk/snyk:ruby | ruby |
| snyk/snyk:ruby-3.3 | ruby:3.3 |
Expand Down
3 changes: 2 additions & 1 deletion linux
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ python:3.8 python-3.8
python:3.9 python-3.9
python:3.10 python-3.10
python:3.11 python-3.11
python:3.12 python-3.12
ruby
ruby:3.3 ruby-3.3
swift
ubuntu linux
sbtscala/scala-sbt:eclipse-temurin-jammy-22_36_1.10.0_3.4.2 sbt1.10.0-scala3.4.2
sbtscala/scala-sbt:eclipse-temurin-jammy-22_36_1.10.0_3.4.2 sbt1.10.0-scala3.4.2

0 comments on commit 5fea365

Please sign in to comment.