diff --git a/README.md b/README.md index a2b3bb6..90e0719 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you don't have installed Python, you can download it from [here](https://www. Since the v0.1.5, EZCompose can be run from a Docker Container; you only need to run... ``` -$ docker run -it hectorivand/ezcompose:v0.1.7 +$ docker run -it hectorivand/ezcompose:v0.1.8 ``` ### I want to contribute with EZCompose diff --git a/dockerfile b/dockerfile index 2431b6f..3059a17 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.5-alpine3.16 +FROM python:3.13.0a5-alpine3.19 MAINTAINER Ignacio Van Droogenbroeck WORKDIR /ezcompose ADD $PWD/ezcompose.py /ezcompose/