diff --git a/Dockerfile b/Dockerfile index 3cb8087..586eb6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # python:3.12.1 -FROM python@sha256:34dc8eb488136014caf530ec03a3a2403473a92d67a01a26256c365b5b2fc0d4 +FROM python@sha256:5f69d22a88dd4cc4ee1576def19aef48c8faa1b566054c44291183831cbad13b LABEL Maintainer="dungpham91" WORKDIR /usr/app/src COPY main.py ./