diff --git a/.env b/.env index c89630c..ee5baf1 100644 --- a/.env +++ b/.env @@ -11,4 +11,10 @@ POSTGRES_VERSION=15.3-alpine REDIS_URL=redis://zammad-redis:6379 REDIS_VERSION=7.0.5-alpine RESTART=always -VERSION=6.1.0-58 +# Use a fixed version. You are responsible to update this to newer patch level versions yourself. +VERSION=6.2.0-1 +# You can also use floating versions that will give you automatic updates: +# VERSION=6.2 # all patchlevel updates +# VERSION=6 # including minor updates +# VERSION=latest # all updates of stable versions, including major +# VERSION=develop # bleeding-edge development version