Skip to content

Commit

Permalink
Update docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Aug 21, 2024
1 parent 30c9a7e commit e3524fa
Showing 1 changed file with 2 additions and 2 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.8'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.9'
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.8'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.9'
build:
context: ./front_end
ports:
Expand Down

0 comments on commit e3524fa

Please sign in to comment.