Skip to content

Commit

Permalink
chore: Bump logto version to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Apr 18, 2024
1 parent b667a46 commit e59d285
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### STAGE 1: Build custom connector for Telegram ###
###############################################################

FROM node:18-alpine as builder
FROM node:20-alpine as builder

# Set working directory & bash defaults
WORKDIR /home/node/app
Expand All @@ -21,7 +21,7 @@ RUN npm run build
### STAGE 2: Build LogTo image with custom connector ###
###############################################################

FROM svhd/logto:1.10.0 as runner
FROM svhd/logto:1.15.0 as runner

# Set Node.js environment
ENV NODE_ENV=production
Expand Down
67 changes: 52 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:coverage": "npm run test --coverage --silent"
},
"dependencies": {
"@logto/connector-kit": "1.1.1",
"@logto/connector-kit": "3.0.0",
"@silverhand/essentials": "2.8.4",
"got": "^13.0.0",
"snakecase-keys": "^5.5.0",
Expand Down

0 comments on commit e59d285

Please sign in to comment.