Skip to content

Commit

Permalink
Merge pull request #2946 from amvanbaren/test-a26a01bf
Browse files Browse the repository at this point in the history
test a26a01bf
  • Loading branch information
amvanbaren authored Sep 17, 2024
2 parents ed59143 + 6c9ee46 commit e766eb3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=e096859a
ARG SERVER_VERSION=a26a01bf

# Builder image to compile the website
FROM ubuntu as builder
Expand All @@ -21,7 +21,7 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.11.11-next.134d9a19
ENV WEBSITE_VERSION 0.11.11-next.a26a01bf
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
Expand Down
10 changes: 10 additions & 0 deletions configuration/ehcache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,14 @@
<disk unit="MB">8</disk>
</resources>
</cache>
<cache alias="malicious.extensions">
<expiry>
<ttl unit="days">1</ttl>
</expiry>
<resources>
<heap unit="entries">1</heap>
<offheap unit="MB">2</offheap>
<disk unit="MB">8</disk>
</resources>
</cache>
</config>
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/eclipse/open-vsx.org",
"license": "EPL-2.0",
"dependencies": {
"openvsx-webui": "0.11.11-next.134d9a19"
"openvsx-webui": "0.11.11-next.a26a01bf"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
10 changes: 5 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.21.0"
openvsx-webui: "npm:0.11.11-next.134d9a19"
openvsx-webui: "npm:0.11.11-next.a26a01bf"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2420,9 +2420,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.11.11-next.134d9a19":
version: 0.11.11-next.134d9a19
resolution: "openvsx-webui@npm:0.11.11-next.134d9a19"
"openvsx-webui@npm:0.11.11-next.a26a01bf":
version: 0.11.11-next.a26a01bf
resolution: "openvsx-webui@npm:0.11.11-next.a26a01bf"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2448,7 +2448,7 @@ __metadata:
react-router-dom: "npm:^6.14.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10/a84e988b82dc5368c91269de6d7aba99c55eaf056f295611092c43b0b66faec66719e3cfadcae06ec38c64892b94f89150f4e5b5a5f8251371e93a0358b4adf9
checksum: 10/ca126e9a9d66e69172d2181e94a1398fad8906f4cda46860705cabb0be8b1965e58c8d30260d4a489531761b9f91d1c5991feeee030b84190d82ad23c8416b9e
languageName: node
linkType: hard

Expand Down

0 comments on commit e766eb3

Please sign in to comment.