Skip to content

Commit

Permalink
feat(container): update image public.ecr.aws/docker/library/alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] authored Dec 5, 2024
1 parent 59247ca commit a13ed1b
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.20.3",
"version": "3.21",
"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.20.3 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.0 as builder

Check warning on line 3 in apps/bazarr/Dockerfile

View workflow job for this annotation

GitHub Actions / test / 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.20.3 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.0 as builder

Check warning on line 3 in apps/prowlarr/Dockerfile

View workflow job for this annotation

GitHub Actions / test / 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 / test / 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 / test / 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.20.3 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.0 as builder

Check warning on line 3 in apps/radarr/Dockerfile

View workflow job for this annotation

GitHub Actions / test / 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 / test / 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 / test / 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.20.3 as builder
FROM public.ecr.aws/docker/library/alpine:3.21.0 as builder

Check warning on line 3 in apps/sonarr/Dockerfile

View workflow job for this annotation

GitHub Actions / test / 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 / test / 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 a13ed1b

Please sign in to comment.