diff --git a/Dockerfile b/Dockerfile index 8192415..aba7669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022 Dell Inc, or its subsidiaries. -FROM python:3.12.0-alpine +FROM python:3.12.1-alpine WORKDIR /src COPY . /src/