Skip to content

Commit

Permalink
v0.1.8 released
Browse files Browse the repository at this point in the history
  • Loading branch information
xe-nvdk committed Mar 15, 2024
1 parent 48db5f2 commit 21e9933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 21e9933

Please sign in to comment.