Skip to content

Commit

Permalink
fix: docker version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Jun 20, 2024
1 parent 3cc0a30 commit 22fc67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN pip3 install --upgrade setuptools==47.3.2
RUN pip3 install --upgrade PyYAML==6.0.1
RUN pip3 install requests==2.32.3
RUN pip3 install urllib3==1.26.19
RUN pip3 install docker==7.0.1
RUN pip3 install docker==7.1.0
RUN pip3 install git+https://github.com/pkoutsovasilis/compose@2c4d825881a624bd87c390a13f362ae76dcd6180

# Oracle instant client
Expand Down

0 comments on commit 22fc67a

Please sign in to comment.