Skip to content

Commit

Permalink
Update libx11 version (#722)
Browse files Browse the repository at this point in the history
The old version was missing.
  • Loading branch information
barrybecker4 committed Sep 7, 2024
1 parent 65627e5 commit 6332507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
RUN apk add --update nodejs npm
RUN apk add --update apache2-utils
RUN apk add --update libwebp=1.3.2-r0
RUN apk add --update libx11=1.8.7-r0
RUN apk add --update libx11=1.8.9-r1
RUN apk add --update openssl>3.1.4-r1
COPY package.json package-lock.json ./

Expand Down

0 comments on commit 6332507

Please sign in to comment.