From be702e062299b76fa97e6e48c2030f7986ce28b0 Mon Sep 17 00:00:00 2001 From: Adam <41971533+jcadam14@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:02:42 -0700 Subject: [PATCH] Updated Dockerfile for ubi8 image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f1e4ad9..d562969f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM --platform=amd64 python:3.12 -#FROM python:3.12 +FROM --platform=amd64 ghcr.io/cfpb/regtech/sbl/python-ubi8:3.12 ENV UVICORN_LOG_LEVEL=info WORKDIR /usr/app