diff --git a/kdb-bot/dockerfile b/kdb-bot/dockerfile index d428fb90..282eb8c6 100644 --- a/kdb-bot/dockerfile +++ b/kdb-bot/dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM python:3.10.6-alpine +FROM python:3.10.4-alpine WORKDIR /app COPY ./dist/bot/build/kdb-bot/ .