From b7cf165cd605a7cdf423516a34bb89dd1b4f2228 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 28 Feb 2024 22:59:03 +0100 Subject: [PATCH] feat(action): bump docker image to gcr.io/distroless/python3-debian12 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d1969e..da91ed6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/python3-debian10 +FROM gcr.io/distroless/python3-debian12 COPY action /action diff --git a/README.md b/README.md index 96590a4..c10d70f 100644 --- a/README.md +++ b/README.md @@ -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