Skip to content

Commit

Permalink
Bump web version
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Dec 19, 2023
1 parent f2c5c0e commit 438bcbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deploy-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:18-alpine AS base
FROM node:18-alpine3.18 AS base
# Pinned to 3.18 to avoid this issue: https://github.com/nodejs/docker-node/issues/2009

# Install dependencies only when needed
FROM base AS deps
Expand Down
4 changes: 2 additions & 2 deletions deploy-web/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 deploy-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudmos-app",
"version": "1.13.0",
"version": "1.14.0",
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"author": "Cloudmos",
"private": true,
Expand Down

0 comments on commit 438bcbb

Please sign in to comment.