Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to alpine318 #2903

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
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.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
ARG GITHUB_TOKEN

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/editorconfig_editorconfig_checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
##################
# Get base image #
##################
FROM python:3.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
ARG GITHUB_TOKEN

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

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

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

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/go_revive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN GOBIN=/usr/bin go install github.com/mgechev/revive@latest
##################
# Get base image #
##################
FROM python:3.11.4-alpine3.17
FROM python:3.11.4-alpine3.18
ARG GITHUB_TOKEN

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

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

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