Updated docker tag to use correct release (11)

This commit is contained in:
Markus Kahl
2020-11-02 09:35:45 +00:00
committed by GitHub
parent 25dfe8421f
commit df7948d7af
+1 -1
View File
@@ -11,7 +11,7 @@ volumes:
x-op-restart-policy: &restart_policy
restart: unless-stopped
x-op-image: &image
image: openproject/community:${TAG:-10}
image: openproject/community:${TAG:-11}
x-op-app: &app
<<: *image
<<: *restart_policy