diff --git a/internal/services/formatters/c/deployments/Dockerfile b/internal/services/formatters/c/deployments/Dockerfile index 4537af0c6..a86517efc 100644 --- a/internal/services/formatters/c/deployments/Dockerfile +++ b/internal/services/formatters/c/deployments/Dockerfile @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.7-alpine +FROM python:3.10.0-alpine RUN pip install flawfinder==2.0.19 diff --git a/internal/services/formatters/generic/deployments/Dockerfile b/internal/services/formatters/generic/deployments/Dockerfile index b15bc787d..861be911c 100644 --- a/internal/services/formatters/generic/deployments/Dockerfile +++ b/internal/services/formatters/generic/deployments/Dockerfile @@ -19,7 +19,7 @@ RUN "$JAVA_HOME/bin/jlink" --compress=2 \ --add-modules java.base,java.compiler,java.datatransfer,jdk.crypto.ec,java.desktop,java.instrument,java.logging,java.management,java.naming,java.rmi,java.scripting,java.security.sasl,java.sql,java.transaction.xa,java.xml,jdk.unsupported \ --output /jlinked -FROM python:3.9.7-alpine +FROM python:3.10.0-alpine RUN pip install semgrep==v0.63.0 diff --git a/internal/services/formatters/hcl/deployments/Dockerfile b/internal/services/formatters/hcl/deployments/Dockerfile index d874e7488..bd5702934 100644 --- a/internal/services/formatters/hcl/deployments/Dockerfile +++ b/internal/services/formatters/hcl/deployments/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.7-alpine +FROM python:3.10.0-alpine RUN apk add --quiet --no-cache wget diff --git a/internal/services/formatters/python/deployments/Dockerfile b/internal/services/formatters/python/deployments/Dockerfile index 8ab654ec1..7f4402993 100644 --- a/internal/services/formatters/python/deployments/Dockerfile +++ b/internal/services/formatters/python/deployments/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.7-alpine +FROM python:3.10.0-alpine RUN apk add jq RUN pip install safety==1.10.3