Skip to content

Commit f50912d

Browse files
author
Hongxin Zhang
committed
Update the pom version
1 parent d58946c commit f50912d

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.3
20+
image: cbioportal/oncokb-public:2.2.4
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.3</version>
8+
<version>2.2.4</version>
99
<packaging>jar</packaging>
1010
<name>OncoKB Public Website</name>
1111

@@ -602,7 +602,7 @@
602602
<image>adoptopenjdk:11-jre-hotspot</image>
603603
</from>
604604
<to>
605-
<image>cbioportal/oncokb-public:2.2.3</image>
605+
<image>cbioportal/oncokb-public:2.2.4</image>
606606
</to>
607607
<container>
608608
<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.3
4+
image: cbioportal/oncokb-public:2.2.4
55
environment:
66
- _JAVA_OPTIONS=-Xmx512m -Xms256m
77
- SPRING_PROFILES_ACTIVE=prod,swagger

0 commit comments

Comments
 (0)