Skip to content

Commit 2071322

Browse files
committed
Merge branch 'develop' of github.com:hop-protocol/hop into staging
2 parents c420159 + c429653 commit 2071322

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/stats-worker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM node:20.12.2-slim AS base
22

33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
5-
RUN corepack enable --version=0.30.0
5+
RUN corepack enable
6+
RUN corepack use [email protected]
67
COPY . /app
78
WORKDIR /app
89

packages/stats-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/stats-worker",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"description": "Hop Protocol Stats Worker",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)