Skip to content

Commit 5ca1fe8

Browse files
committed
Fixing version of backend and frontend containers to 2.0.0-beta.1 since there is a bug in the current frontend build script.
extractors-messages and extractors-heartbeat still point to main to include some fixes on main.
1 parent 6cf0037 commit 5ca1fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- /var/run/docker.sock:/var/run/docker.sock
3838

3939
backend:
40-
image: 'clowder/clowder2-backend'
40+
image: 'clowder/clowder2-backend:2.0.0-beta.1'
4141
restart: unless-stopped
4242
build:
4343
context: ./backend
@@ -74,7 +74,7 @@ services:
7474
- "traefik.http.routers.backend.priority=5"
7575

7676
frontend:
77-
image: "clowder/clowder2-frontend"
77+
image: "clowder/clowder2-frontend:2.0.0-beta.1"
7878
restart: unless-stopped
7979
build:
8080
context: ./frontend

0 commit comments

Comments
 (0)