Skip to content

Commit

Permalink
Merge pull request #29 from lnls-sirius/change_server_ip
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
RafaelLyra8 authored Jan 15, 2024
2 parents 3aa58bf + adbe7be commit 84c03ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
backend:
container_name: 'rad-det-api'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.3'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.8'
build:
context: ./back_end
ports:
Expand All @@ -19,7 +19,7 @@ services:

frontend:
container_name: 'rad-det'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.7'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.8'
build:
context: ./front_end
ports:
Expand Down
2 changes: 1 addition & 1 deletion front_end/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rad-detectors",
"version": "1.2.5",
"version": "1.2.8",
"homepage": "https://rad-mon.lnls.br",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion front_end/src/assets/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { DDictStr, DictEnumStr, DictNum, DictStr } from "./interfaces/patterns"

// const git_version = GitInfo()
const version: string = "v1.2.5"//+git_version.commit.shortHash + " / " + git_version.commit.date;
const version: string = "v1.2.8"//+git_version.commit.shortHash + " / " + git_version.commit.date;

// Integrated dose limits parameters
const led_limits: DictNum = {
Expand Down

0 comments on commit 84c03ee

Please sign in to comment.