Skip to content

Commit

Permalink
Update python:3.13.1-alpine Docker digest to 657dbdb (#499)
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] authored Dec 10, 2024
1 parent 0e97c23 commit ccf83ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-cli-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.1-alpine@sha256:40241d5dec48a0bc7a070e2244309fb409cd25509c56fef871494a9bbc57d51e as Builder
FROM python:3.13.1-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59 as Builder

Check warning on line 1 in aws-cli-action/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli-action) / Docker Build (Test)

Stage names should be lowercase

StageNameCasing: Stage name 'Builder' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 1 in aws-cli-action/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli-action) / Docker Build (Test)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in aws-cli-action/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli-action) / Docker Build (Publish)

Stage names should be lowercase

StageNameCasing: Stage name 'Builder' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 1 in aws-cli-action/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli-action) / Docker Build (Publish)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

COPY requirements.txt .
COPY entrypoint.sh .
Expand Down
4 changes: 2 additions & 2 deletions aws-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.13.1-alpine@sha256:40241d5dec48a0bc7a070e2244309fb409cd25509c56fef871494a9bbc57d51e as Builder
FROM python:3.13.1-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59 as Builder

Check warning on line 1 in aws-cli/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli) / Docker Build (Test)

Stage names should be lowercase

StageNameCasing: Stage name 'Builder' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 1 in aws-cli/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli) / Docker Build (Test)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in aws-cli/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli) / Docker Build (Publish)

Stage names should be lowercase

StageNameCasing: Stage name 'Builder' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 1 in aws-cli/Dockerfile

View workflow job for this annotation

GitHub Actions / docker build (aws-cli) / Docker Build (Publish)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

COPY requirements.txt .

RUN apk add --update alpine-sdk build-base && \
pip install --no-cache-dir --user -r requirements.txt

FROM python:3.13.1-alpine@sha256:40241d5dec48a0bc7a070e2244309fb409cd25509c56fef871494a9bbc57d51e
FROM python:3.13.1-alpine@sha256:657dbdb20479a6523b46c06114c8fec7db448232f956a429d3cc0606d30c1b59

COPY --from=Builder /root/.local /root/.local

Expand Down

0 comments on commit ccf83ab

Please sign in to comment.