Skip to content

Commit

Permalink
chore: update base image + lockfile deps; bump ver to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 18, 2024
1 parent b9395cd commit e767e7d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 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.07.09
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.09.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.07.09
FROM ghcr.io/bento-platform/bento_base_image:node-debian-2024.09.01

WORKDIR /app

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

0 comments on commit e767e7d

Please sign in to comment.