Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit a3a8489

Browse files
committed
fix: update Docker image reference to use 'latest' tag
1 parent 7d2bfb1 commit a3a8489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# Application Service
1919
app:
2020
# Use the image built by the Spring Boot Maven plugin
21-
image: noobdevsam/spring-project-steganography-tool:0.0.1-SNAPSHOT
21+
image: docker.io/noobdevsam/spring-project-steganography-tool:latest
2222
container_name: stego-app
2323
ports:
2424
- "8080:8080"

0 commit comments

Comments
 (0)