Skip to content

Commit bcf8b81

Browse files
author
Hongxin Zhang
committed
update pom to 2.3.10
Signed-off-by: Hongxin Zhang <[email protected]>
1 parent d5d88f6 commit bcf8b81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

k8s/oncokb-public-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: oncokb-public
25-
image: cbioportal/oncokb-public:2.3.9
25+
image: cbioportal/oncokb-public:2.3.10
2626
env:
2727
- name: SPRING_PROFILES_ACTIVE
2828
value: prod,no-liquibase

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.mskcc.cbio.oncokb</groupId>
77
<artifactId>public-website</artifactId>
8-
<version>2.3.9</version>
8+
<version>2.3.10</version>
99
<packaging>jar</packaging>
1010
<name>OncoKB Public Website</name>
1111

@@ -621,7 +621,7 @@
621621
<image>adoptopenjdk:11-jre-hotspot</image>
622622
</from>
623623
<to>
624-
<image>cbioportal/oncokb-public:2.3.9</image>
624+
<image>cbioportal/oncokb-public:2.3.10</image>
625625
</to>
626626
<container>
627627
<entrypoint>

src/main/docker/app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
oncokb-app:
4-
image: cbioportal/oncokb-public:2.3.9
4+
image: cbioportal/oncokb-public:2.3.10
55
environment:
66
- _JAVA_OPTIONS=-Xmx512m -Xms256m
77
- SPRING_PROFILES_ACTIVE=prod,swagger

0 commit comments

Comments
 (0)