Skip to content

Commit

Permalink
feat: Bump Logto version to 1.18 [DEV-4075] (#199)
Browse files Browse the repository at this point in the history
* feat: Bump LogTo version to 1.18.0

* Switch to custom LogTo base image && Bump connector-kit version
  • Loading branch information
filipdjokic authored Jul 11, 2024
1 parent eeafdbe commit 2d6e644
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 23 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install DigitalOcean CLI
uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

- name: Login to DOCR
run: doctl registry login --expiry-seconds 600

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm run build
### STAGE 2: Build LogTo image with custom connector ###
###############################################################

FROM svhd/logto:1.17.0 as runner
FROM registry.digitalocean.com/cheqd/logto:cheqd-v1.18.0 as runner

# Set Node.js environment
ENV NODE_ENV=production
Expand Down
60 changes: 39 additions & 21 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": "3.0.0",
"@logto/connector-kit": "4.0.0",
"@silverhand/essentials": "2.8.4",
"got": "^14.2.1",
"snakecase-keys": "^5.5.0",
Expand Down

0 comments on commit 2d6e644

Please sign in to comment.