Skip to content

Commit

Permalink
Merge pull request #15 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore: update base image, lockfile deps; bump ver to 3.1.3
  • Loading branch information
davidlougheed authored Jul 15, 2024
2 parents 3fd7cf0 + 5ddf4a0 commit b9395cd
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 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.06.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.07.09

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.06.01
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.07.09

WORKDIR /app

Expand Down
60 changes: 30 additions & 30 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.2",
"version": "3.1.3",
"description": "Event relay service from Redis PubSub to socket.io",
"main": "src/index.mjs",
"scripts": {
Expand Down

0 comments on commit b9395cd

Please sign in to comment.