diff --git a/applications/python-the-coffee-bar-apps/Dockerfile b/applications/python-the-coffee-bar-apps/Dockerfile index a53d102..46c7081 100644 --- a/applications/python-the-coffee-bar-apps/Dockerfile +++ b/applications/python-the-coffee-bar-apps/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12.0a1-alpine RUN apk add --no-cache bash net-tools iproute2 build-base gcc pkgconfig postgresql-dev linux-headers tzdata