Skip to content

Commit

Permalink
feat: add VERSION to runner stage in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akhlopiachyi committed Jan 19, 2024
1 parent a18b9ef commit e00042c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ ARG NEXT_PUBLIC_RPC_WEBSOCKET
ENV NEXT_PUBLIC_RPC_WEBSOCKET=${NEXT_PUBLIC_RPC_WEBSOCKET}
ARG PORT
ENV PORT=${PORT:-3000}
ARG VERSION
ENV NEXT_PUBLIC_VERSION=${VERSION}

WORKDIR /app/apps/${PROJECT_NAME}

Expand Down
2 changes: 1 addition & 1 deletion apps/web-coreum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-coreum",
"version": "2.19.3-78",
"version": "2.19.3-79",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit e00042c

Please sign in to comment.