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

Commit 4ba1618

Browse files
committed
fix: update Docker image and project version to use 'v1'
1 parent a3a8489 commit 4ba1618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: docker.io/noobdevsam/spring-project-steganography-tool:latest
21+
image: docker.io/noobdevsam/spring-project-steganography-tool:v1
2222
container_name: stego-app
2323
ports:
2424
- "8080:8080"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.example</groupId>
1212
<artifactId>spring-project-steganography-tool</artifactId>
13-
<version>latest</version>
13+
<version>v1</version>
1414
<name>spring-project-steganography-tool</name>
1515
<description>A powerful and secure steganography tool built with Spring Boot 3</description>
1616
<url>https://github.com/noobdevsam/spring-project-steganography-tool</url>

0 commit comments

Comments
 (0)