Skip to content

Commit

Permalink
fix for supporting aarch64 /M1 cpus (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Oct 17, 2023
1 parent 11e05de commit 86004f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk11-openjdk
FROM tomcat:9-jdk17-openjdk

ENV ACTIVITI_DATASOURCE_USERNAME: ${docker.aps.database.username}
ENV ACTIVITI_DATASOURCE_PASSWORD: ${docker.aps.database.password}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk11-openjdk
FROM tomcat:9-jdk17-openjdk

ENV ACTIVITI_DATASOURCE_USERNAME: ${docker.aps.database.username}
ENV ACTIVITI_DATASOURCE_PASSWORD: ${docker.aps.database.password}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk11-openjdk-slim
FROM tomcat:9-jdk17-openjdk-slim

ARG TOMCAT_DIR=/usr/local/tomcat
ARG USERNAME=alfresco
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:9-jdk11-openjdk-slim
FROM tomcat:9-jdk17-openjdk-slim

ARG TOMCAT_DIR=/usr/local/tomcat
ARG USERNAME=alfresco
Expand Down

0 comments on commit 86004f7

Please sign in to comment.