Bump version to 2.1

This commit is contained in:
2025-05-08 22:53:43 +02:00
parent d81f3fe81b
commit 8d310e4e59
3 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
services:
vsftpd:
container_name: vsftpd
image: wululu/vsftpd:${VERSION:-2.0}
image: wululu/vsftpd:${VERSION:-2.1}
build:
context: .
args:
VERSION: ${VERSION:-2.0}
VERSION: ${VERSION:-2.1}
volumes:
- ./data:/srv
- ./config:/etc/vsftpd