From 57dbd64d141e8a86c0cb4d878eef7c431e96ace8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Sep 2021 23:44:52 +0000 Subject: [PATCH] Bump python from 3.9.6-slim to 3.9.7-slim (#88) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b0a552..dbf4206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.6-slim +FROM python:3.9.7-slim LABEL org.opencontainers.image.description="Ansible container for GitHub Action ansible-galaxy" LABEL org.opencontainers.image.source=https://github.com/hspaans/ansible-galaxy-action