Skip to content

Commit

Permalink
Bump to latest dev version of vips
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Jan 17, 2025
1 parent 570521a commit 8f8d127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:18-slim

RUN DEBIAN_FRONTEND=noninteractive sed -i 's/bookworm/trixie/g' /etc/apt/sources.list.d/debian.sources \
&& apt-get update \
&& apt-get install -y g++ libvips-dev=8.15.3-1 make python3 \
&& apt-get install -y g++ libvips-dev=8.16.0-2+b1 make python3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8f8d127

Please sign in to comment.