From d8a200e660ac05b87115979d50fb904f811df033 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Tue, 30 May 2023 00:05:02 +0300 Subject: [PATCH] release 0.12.0 --- Dockerfile | 4 ++-- configuration/application.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index cba374a3..de7cfef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,14 +18,14 @@ RUN curl -sSL https://deb.nodesource.com/setup_14.x | bash - \ RUN npm install --global yarn@1.* # bump to update website -ENV WEBSITE_VERSION 0.9.5 +ENV WEBSITE_VERSION 0.9.6 COPY . /workdir RUN /usr/bin/yarn --cwd website \ && /usr/bin/yarn --cwd website build # Main image derived from openvsx-server -FROM ghcr.io/eclipse/openvsx-server:2252936 +FROM ghcr.io/eclipse/openvsx-server:e5ba16b COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/ diff --git a/configuration/application.yml b/configuration/application.yml index eba74584..5be1c79c 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -130,8 +130,8 @@ ovsx: webui: frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use" eclipse: - # TODO change back to https://api.eclipse.org/ after testing. - base-url: https://api-staging.eclipse.org/ + # TODO change back to https://api-staging.eclipse.org/ after release. + base-url: https://api.eclipse.org/ publisher-agreement: version: 1 timezone: US/Eastern