increase tomcat version to v9.0.83

pull/37/head
Andre Henn 2023-12-11 10:36:04 +01:00
parent 7c087d2f46
commit 1b9b033dee
No known key found for this signature in database
GPG Key ID: 776670F973DDECAA
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04 as tomcat FROM ubuntu:22.04 as tomcat
ARG TOMCAT_VERSION=9.0.82 ARG TOMCAT_VERSION=9.0.83
ARG CORS_ENABLED=false ARG CORS_ENABLED=false
ARG CORS_ALLOWED_ORIGINS=* ARG CORS_ALLOWED_ORIGINS=*
ARG CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,HEAD,OPTIONS ARG CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,HEAD,OPTIONS