feat(action): bump docker image to gcr.io/distroless/python3-debian12

This commit is contained in:
Bertrand Lanson 2024-02-28 22:59:03 +01:00
parent 0978341ede
commit b7cf165cd6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM gcr.io/distroless/python3-debian10
FROM gcr.io/distroless/python3-debian12
COPY action /action

View File

@ -9,7 +9,7 @@ The following parameters can be used as `step.with` keys:
| Name | Type | Default | Required |Description |
| ------------------ | ------ | ------- |--------- |--------------------------------- |
| `versions ` | String | | yes | comma separated list of versions |
| `versions` | String | | yes | comma separated list of versions |
## Example usage