Bump version to 2.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user