Skip to content

Commit

Permalink
Merge pull request #2778 from EclipseFdn/main
Browse files Browse the repository at this point in the history
Release v0.16.0
  • Loading branch information
amvanbaren authored Jul 30, 2024
2 parents bf1a86e + 7f2b595 commit 0f59293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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=v0.15.8
ARG SERVER_VERSION=v0.16.0

# 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.9
ENV WEBSITE_VERSION 0.11.10
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
Expand Down
5 changes: 4 additions & 1 deletion configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ server:
enabled: true
mime-types: text/html,text/plain,text/css,application/javascript,application/json,text/xml,application/xml,application/xml+rss,text/javascript
min-response-size: 1024
jetty:
threads:
max-queue-capacity: 100
spring:
application:
name: openvsx-server
Expand Down Expand Up @@ -166,6 +169,6 @@ ovsx:
delay:
seconds: 300
integrity:
key-pair: renew
key-pair: create
registry:
version: <SERVER_VERSION>

0 comments on commit 0f59293

Please sign in to comment.