diff --git a/Dockerfile b/Dockerfile index 12879ef..a9838b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Builder docker # -FROM public.ecr.aws/docker/library/python:3.11-alpine AS builder +FROM public.ecr.aws/docker/library/python:3.13-alpine AS builder RUN apk add build-base linux-headers @@ -27,7 +27,7 @@ RUN rm -rf \ # Production docker # -FROM public.ecr.aws/docker/library/python:3.11-alpine +FROM public.ecr.aws/docker/library/python:3.13-alpine # when USERNAME=root is provided, the application runs as root within the container, this is useful in case 'pySMART' or any SMART attribute # has been configured (smartctl requires root permissions)