Skip to content

Commit

Permalink
Merge pull request #18 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base img, lockfile deps; bump version to 3.1.5
  • Loading branch information
davidlougheed authored Oct 2, 2024
2 parents 97a192f + 9ebe37f commit 50f1110
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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.09.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.10.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.09.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.10.01

WORKDIR /app

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

0 comments on commit 50f1110

Please sign in to comment.