Skip to content

Commit

Permalink
release: (minor) teraslice@0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godber committed Feb 22, 2023
1 parent 20d6e4b commit 5b3ea3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM terascope/node-base:14.17.6
FROM terascope/node-base:16.19.1-core

ENV NODE_ENV production

Expand All @@ -24,9 +24,6 @@ RUN yarn --prod=false --frozen-lockfile \

COPY service.js /app/source/

# verify node-rdkafka is installed right
RUN node -e "require('node-rdkafka')"

# verify teraslice is installed right
RUN node -e "require('teraslice')"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-workspace",
"displayName": "Teraslice",
"version": "0.81.0",
"version": "0.82.0",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice",
"displayName": "Teraslice",
"version": "0.81.0",
"version": "0.82.0",
"description": "Distributed computing platform for processing JSON data",
"homepage": "https://github.com/terascope/teraslice#readme",
"bugs": {
Expand Down

0 comments on commit 5b3ea3e

Please sign in to comment.