Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

[Snyk] Security upgrade python from 3.5-slim to 3.10.10-slim #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -4,7 +4,7 @@
# -v /tmp:/tmp -v ~/.aws:/root/.aws \
# -e AWS_DEFAULT_REGION=us-east-1 aws-stack make amis

FROM python:3.5-slim
FROM python:3.10.10-slim
RUN pip3 install mypy-lang==0.4 flake8==2.5.4 pyyaml boto3
RUN apt-get update \
&& apt-get install -y curl unzip make \
Expand Down