Skip to content

Commit

Permalink
update-python-docker (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsoltz committed Oct 23, 2023
1 parent f17bb7b commit bf15152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /metahub
COPY . /metahub/

RUN apk upgrade --no-cache busybox \
&& apk add -U --no-cache git=2.40.1-r0 python3=3.11.5-r0 py3-pip=23.1.2-r0 \
&& apk add -U --no-cache git=2.40.1-r0 python3=3.11.6-r0 py3-pip=23.1.2-r0 \
&& rm -rf /var/cache/apk/* \
&& pip3 install --no-cache-dir -r requirements.txt

0 comments on commit bf15152

Please sign in to comment.