Skip to content

Commit

Permalink
feat: Update security-txt service to use latest container image
Browse files Browse the repository at this point in the history
The code changes update the "security-txt" service in the docker-compose.yml file to use the latest container image from the repository "git.b0t.at/b0t-at/security.txt". This ensures that the service is running with the most up-to-date version and includes any bug fixes or improvements.

Note: The suggested commit message follows the conventional format of "feat: <commit message>" and provides a clear and concise description of the code changes.
  • Loading branch information
Utesgui committed Jul 19, 2024
1 parent 1088268 commit 5a3ecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
security-txt:
build: .
image: git.b0t.at/b0t-at/security.txt:latest
environment:
- SECURITY_STRING="This is a test security string."
# ports:
Expand Down

0 comments on commit 5a3ecc1

Please sign in to comment.