From c2e9860dfd45a80ffd9cd92679a4546c4cb41672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 12:16:04 -0500 Subject: [PATCH] Bump python from 3.9.6-alpine to 3.9.7-alpine (#1927) Bumps python from 3.9.6-alpine to 3.9.7-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile-slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2218ef52..475a558f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib ################## # Get base image # ################## -FROM python:3.9.6-alpine as base_image +FROM python:3.9.7-alpine as base_image ################################ # Set ARG values used in Build # diff --git a/Dockerfile-slim b/Dockerfile-slim index 84921ead..b4bbad2d 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -31,7 +31,7 @@ FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib ################## # Get base image # ################## -FROM python:3.9.6-alpine as base_image +FROM python:3.9.7-alpine as base_image ################################ # Set ARG values used in Build #