Skip to content

Commit

Permalink
update keyv, postgres adapter (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Dec 12, 2024
1 parent 22571c1 commit 83dea2d
Show file tree
Hide file tree
Showing 5 changed files with 2,342 additions and 10,611 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
branches:
- main
- 20-feature-remove-expired-items-for-postgres-adapter
- upgrade-deps

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bullseye-slim as base
FROM node:22-bullseye-slim as base

FROM base as production_buildstage

Expand Down
Loading

0 comments on commit 83dea2d

Please sign in to comment.