Skip to content

Commit

Permalink
Merge pull request #50 from mprins/patch-1
Browse files Browse the repository at this point in the history
Update TOMCAT_VERSION to 9.0.86
  • Loading branch information
buehner committed Feb 20, 2024
2 parents afb06f0 + 5e9b7ea commit 7db7ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 as tomcat

ARG TOMCAT_VERSION=9.0.84
ARG TOMCAT_VERSION=9.0.86
ARG CORS_ENABLED=false
ARG CORS_ALLOWED_ORIGINS=*
ARG CORS_ALLOWED_METHODS=GET,POST,PUT,DELETE,HEAD,OPTIONS
Expand Down

0 comments on commit 7db7ead

Please sign in to comment.