Skip to content

Commit

Permalink
fix(container): update image public.ecr.aws/docker/library/alpine to …
Browse files Browse the repository at this point in the history
…v3.21.3
  • Loading branch information
robodexo2000[bot] authored Feb 14, 2025
1 parent 1d03a9b commit e0543c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/alpine/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "stable",
"renovate::dataSource": "docker",
"renovate::depName": "public.ecr.aws/docker/library/alpine",
"version": "3.21.2",
"version": "3.21.3",
"platforms": [
"linux/amd64",
"linux/arm64"
Expand Down
2 changes: 1 addition & 1 deletion apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION
ARG METAVAR
FROM public.ecr.aws/docker/library/alpine:3.21.2 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.3 as builder

Check warning on line 3 in apps/bazarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (bazarr, stable)

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/

ARG VERSION
ARG METAVAR
Expand Down
2 changes: 1 addition & 1 deletion apps/prowlarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION
ARG METAVAR
FROM public.ecr.aws/docker/library/alpine:3.21.2 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.3 as builder

Check warning on line 3 in apps/prowlarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (prowlarr, stable)

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 3 in apps/prowlarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (prowlarr, devel)

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 3 in apps/prowlarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (prowlarr, nightly)

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/

ARG VERSION
ARG METAVAR
Expand Down
2 changes: 1 addition & 1 deletion apps/radarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION
ARG METAVAR
FROM public.ecr.aws/docker/library/alpine:3.21.2 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.3 as builder

Check warning on line 3 in apps/radarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (radarr, stable)

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 3 in apps/radarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (radarr, devel)

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 3 in apps/radarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (radarr, nightly)

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/

ARG VERSION
ARG METAVAR
Expand Down
2 changes: 1 addition & 1 deletion apps/sonarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION
ARG METAVAR
FROM public.ecr.aws/docker/library/alpine:3.21.2 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.3 as builder

Check warning on line 3 in apps/sonarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (sonarr, stable)

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 3 in apps/sonarr/Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build and test (sonarr, devel)

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/

ARG VERSION
ARG METAVAR
Expand Down

0 comments on commit e0543c2

Please sign in to comment.