1 Commits

Author SHA1 Message Date
8d310e4e59 Bump version to 2.1 2025-05-08 22:53:43 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FROM debian:stable
LABEL maintainer="Luca Derderian <luca@wululu.de>"
LABEL version="${VERSION:-2.0}"
LABEL version="${VERSION:-2.1}"
ARG FTP_UID=48
ARG FTP_GID=48

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

View File

@@ -1,6 +1,6 @@
COMPOSE_PROJECT_NAME=vsftpd
VERSION=2.0
VERSION=2.1
FTP_USER=
FTP_PASSWORD=