Skip to content
Closed
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 c7n-mailer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM python:3.8.7-alpine3.11
FROM python:3.7-slim
FROM python:3.10-slim

# renovate: datasource=github-releases depName=cloud-custodian/cloud-custodian
ARG PACKAGE_VERSION=0.9.1.0
Expand Down
2 changes: 1 addition & 1 deletion cloudmapper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/duo-labs/cloudmapper
FROM python:3.7-slim as cloudmapper
FROM python:3.10-slim as cloudmapper

# LABEL maintainer="https://github.com/0xdabbad00/"
# LABEL Project="https://github.com/duo-labs/cloudmapper"
Expand Down