Skip to content

Commit

Permalink
update-docker-dependencies (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsoltz committed May 30, 2024
1 parent ba1d868 commit 39d475e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.19
FROM alpine:3.20

WORKDIR /metahub
COPY . /metahub/

RUN apk upgrade --no-cache busybox \
&& apk add -U --no-cache git=2.43.0-r0 python3=3.11.8-r0 py3-pip=23.3.1-r0 \
&& apk add -U --no-cache git=2.45.1-r0 python3=3.12.3-r1 py3-pip=24.0-r2 \
&& rm -rf /var/cache/apk/* \
&& pip3 install --no-cache-dir -r requirements.txt --break-system-packages

0 comments on commit 39d475e

Please sign in to comment.