Skip to content

Commit

Permalink
Updated version to minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jul 3, 2024
1 parent 43f03cd commit 7ef3659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV PDF2HTMLEX_URL=https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0

# Install dependencies, fonts, chromium, and pdf2htmlEX
RUN apt-get update && \
apt-get upgrade -y && \
# Dependencies
apt-get install -y \
gnupg \
Expand Down Expand Up @@ -48,6 +49,7 @@ RUN apt-get update && \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y nodejs && \
npm install -g yarn && \
# Cleanup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-libraries",
"version": "2.1.3-rc.8",
"version": "2.2.0-rc.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7ef3659

Please sign in to comment.