Skip to content

Commit

Permalink
Updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
giulio-giunta committed Jun 9, 2024
1 parent 64fb5ce commit cbf8747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.13.0a5-alpine

RUN apk update && \
apk add --update --virtual build-deps gcc libc-dev linux-headers && \
apk add jpeg-dev zlib-dev libpq=16.2-r1 python3-dev && \
apk add jpeg-dev zlib-dev libpq=16.3-r0 python3-dev && \
apk add postgresql-dev && \
apk add netcat-openbsd

Expand Down

0 comments on commit cbf8747

Please sign in to comment.