From eb8273c22d398bcde86e51fb7ef444ea133d937b Mon Sep 17 00:00:00 2001 From: Sumanth uppala <65124181+sumanth121@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:35:34 +0530 Subject: [PATCH] Change base image to python:3.9-slim:alpine --- auth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/Dockerfile b/auth/Dockerfile index 4a8eabd..7194c35 100644 --- a/auth/Dockerfile +++ b/auth/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.9-slim +FROM python:3.9-slim:alpine # Set working directory WORKDIR /app