Skip to content

Commit

Permalink
Merge pull request #20 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, lockfile deps; ver to 3.1.6
  • Loading branch information
davidlougheed authored Nov 11, 2024
2 parents 508bb03 + 3ea58f8 commit 5f44877
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.10.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.11.01

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.10.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.11.01

WORKDIR /app

Expand Down
20 changes: 11 additions & 9 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
@@ -1,6 +1,6 @@
{
"name": "bento_event_relay",
"version": "3.1.5",
"version": "3.1.6",
"description": "Event relay service from Redis PubSub to socket.io",
"main": "src/index.mjs",
"scripts": {
Expand Down

0 comments on commit 5f44877

Please sign in to comment.