1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-03 00:50:49 +00:00

Make PLANTUML_VERSION mandatory

This commit is contained in:
MOZGIII 2022-09-24 22:52:12 +04:00
parent d3bcb10ff9
commit 1398d85806

View File

@ -1,6 +1,6 @@
FROM openjdk:17-alpine
ARG PLANTUML_VERSION=v1.2022.6
ARG PLANTUML_VERSION
ENV LANG en_US.UTF-8