Skip to content

Commit

Permalink
Bump tomcat in /docker
Browse files Browse the repository at this point in the history
Bumps tomcat from 9.0-jre11-temurin-jammy to 10.1-jre11-temurin-jammy.

---
updated-dependencies:
- dependency-name: tomcat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent d6c922a commit b259f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN sed -i 's/DEMOLAND-CA-URL/https:\/\/eidas-demo-ca.idporten.dev/g' eidas-prox
RUN sed -i 's/NO-EU-EIDAS-CONNECTOR-URL/https:\/\/eu-eidas-connector.idporten.dev/g' eidas-proxy-config/metadata/MetadataFetcher_Service.properties


FROM tomcat:9.0-jre11-temurin-jammy
FROM tomcat:10.1-jre11-temurin-jammy

#Fjerner passord fra logger ved oppstart
#RUN sed -i -e 's/FINE/WARNING/g' /usr/local/tomcat/conf/logging.properties
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN sed -i 's/NO-EU-EIDAS-CONNECTOR-URL/http:\/\/eu-eidas-connector:8083/g' eida
RUN sed -i 's/metadata.restrict.http">true/metadata.restrict.http">false/g' eidas-proxy-config/eidas.xml


FROM tomcat:9.0-jre11-temurin-jammy
FROM tomcat:10.1-jre11-temurin-jammy

#Fjerner passord fra logger ved oppstart
#RUN sed -i -e 's/FINE/WARNING/g' /usr/local/tomcat/conf/logging.properties
Expand Down

0 comments on commit b259f3b

Please sign in to comment.