diff --git a/Dockerfile b/Dockerfile index 868f84e..b6e8658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim as base +FROM python:3.12.5-slim as base LABEL Github="hibare" diff --git a/Dockerfile.dev.api b/Dockerfile.dev.api index d95036d..26c4ce1 100644 --- a/Dockerfile.dev.api +++ b/Dockerfile.dev.api @@ -1,4 +1,4 @@ -FROM python:3.12.4 as base +FROM python:3.12.5 as base LABEL Github="hibare"