Skip to content

Commit 4839d14

Browse files
committed
feat: update Docker image tag to latest
Update the Docker image tag to 'latest' in both the README.md and docker-compose.yml files to ensure the latest version of the 'replicate-flux-lora' image is used.
1 parent c0e449b commit 4839d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A simple web interface for running Flux models using the Replicate API. Use it t
5555
```yaml
5656
services:
5757
replicate-flux-lora:
58-
image: ghcr.io/rtuszik/replicate-flux-lora
58+
image: ghcr.io/rtuszik/replicate-flux-lora:latest
5959
container_name: replicate-flux-lora
6060
environment:
6161
- REPLICATE_API_TOKEN=${REPLICATE_API_TOKEN}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
services:
33
replicate-flux-lora:
4-
image: ghcr.io/rtuszik/replicate-flux-lora
4+
image: ghcr.io/rtuszik/replicate-flux-lora:latest
55
container_name: replicate-flux-lora
66
environment:
77
- REPLICATE_API_TOKEN=${REPLICATE_API_TOKEN}

0 commit comments

Comments
 (0)