diff --git a/Dockerfile b/Dockerfile index ed6598c..b094436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,4 @@ -FROM alpine:3.11 - -# Installing required packages -RUN apk add --update --no-cache \ - python3 +FROM python:3.8-alpine3.17 # Install package WORKDIR /code