Skip to content

Commit

Permalink
Upgrade base docker image to python:3.12.2-alpine3.19 (#3367)
Browse files Browse the repository at this point in the history
* Upgrade base python version

* build

---------

Co-authored-by: nvuillam <nicolas.vuillamy@cloudity.com>
  • Loading branch information
nvuillam and nvuillam committed Feb 10, 2024
1 parent 715de06 commit fb7d06e
Show file tree
Hide file tree
Showing 141 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Core
- Upgrade actions/checkout and stefanzweifel/git-auto-commit-action in generator template workflow
- Upgrade base python image to python:3.12.2-alpine3.19

- Media

Expand All @@ -20,7 +21,6 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Allow active_only_if_file_found to work in specified subdirectory (_DIRECTORY), fixes [#2873](https://github.com/oxsecurity/megalinter/issues/2873)
- Activate CI servers reporters only if we find a related default env variable


- Doc
- Update copyright year to 2024

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/c_cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FROM trufflesecurity/trufflehog:latest as trufflehog
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM lycheeverse/lychee:latest-alpine as lychee
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FROM alpine/terragrunt:latest as terragrunt
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/action_actionlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM koalaman/shellcheck:stable as shellcheck
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/ansible_ansible_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/arm_arm_ttk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_exec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_shellcheck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM koalaman/shellcheck:stable as shellcheck
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_shfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM mvdan/shfmt:latest-alpine as shfmt
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/bicep_bicep_linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/c_clang_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/c_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/clojure_clj_kondo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/clojure_cljstyle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/cloudformation_cfn_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/coffee_coffeelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/copypaste_jscpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/cpp_clang_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/cpp_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_csharpier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_dotnet_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_roslynator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/css_scss_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/css_stylelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/dockerfile_hadolint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM hadolint/hadolint:v2.12.0-alpine as hadolint
##################
# Get base image #
##################
FROM python:3.12.1-alpine3.19
FROM python:3.12.2-alpine3.19
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
Loading

0 comments on commit fb7d06e

Please sign in to comment.