Skip to content

Commit

Permalink
fixed version update for old setups
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Sep 5, 2022
1 parent a9f5cae commit c24df36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/demo/basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
build:
context: .
args:
- SEBSERVER_VERSION=1.3-latest
- SEBSERVER_VERSION=1.4-latest
container_name: seb-server
environment:
- SERVER_PORT=8080
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/bundled/basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
context: .
dockerfile: sebserver.Dockerfile
args:
- SEBSERVER_VERSION=1.3-stable
- SEBSERVER_VERSION=1.4-stable
container_name: seb-server
volumes:
- seb-server-config:/sebserver/config
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/bundled/tls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
context: .
dockerfile: sebserver.Dockerfile
args:
- SEBSERVER_VERSION=1.3-stable
- SEBSERVER_VERSION=1.4-stable
container_name: seb-server
volumes:
- seb-server-config:/sebserver/config
Expand Down
2 changes: 1 addition & 1 deletion docker/testing/basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
context: .
dockerfile: sebserver.Dockerfile
args:
- SEBSERVER_VERSION=1.3-latest
- SEBSERVER_VERSION=1.4-latest
container_name: seb-server
volumes:
- seb-server-config:/sebserver/config
Expand Down
2 changes: 1 addition & 1 deletion docker/testing/tls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
context: .
dockerfile: sebserver.Dockerfile
args:
- SEBSERVER_VERSION=1.3-latest
- SEBSERVER_VERSION=1.4-latest
container_name: seb-server
volumes:
- seb-server-config:/sebserver/config
Expand Down

0 comments on commit c24df36

Please sign in to comment.