Skip to content

Commit 980cc21

Browse files
author
Hongxin Zhang
committed
update pom to 2.2.9
Signed-off-by: Hongxin Zhang <[email protected]>
1 parent 49b769c commit 980cc21

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
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: oncokb-public
20-
image: cbioportal/oncokb-public:2.2.8
20+
image: cbioportal/oncokb-public:2.2.9
2121
env:
2222
- name: SPRING_PROFILES_ACTIVE
2323
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.2.8</version>
8+
<version>2.2.9</version>
99
<packaging>jar</packaging>
1010
<name>OncoKB Public Website</name>
1111

@@ -608,7 +608,7 @@
608608
<image>adoptopenjdk:11-jre-hotspot</image>
609609
</from>
610610
<to>
611-
<image>cbioportal/oncokb-public:2.2.8</image>
611+
<image>cbioportal/oncokb-public:2.2.9</image>
612612
</to>
613613
<container>
614614
<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.2.8
4+
image: cbioportal/oncokb-public:2.2.9
55
environment:
66
- _JAVA_OPTIONS=-Xmx512m -Xms256m
77
- SPRING_PROFILES_ACTIVE=prod,swagger

0 commit comments

Comments
 (0)