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

View File

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

View File

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