Skip to content

Commit beb382c

Browse files
authored
Merge pull request #3492 from amvanbaren/debug-user-agent
Debug Azure userAgentHeader
2 parents b5a4782 + d1635ec commit beb382c

File tree

3 files changed

+8
-277
lines changed

3 files changed

+8
-277
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=d295b439
1+
ARG SERVER_VERSION=13234236
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
&& corepack prepare yarn@stable --activate
2020

2121
# bump to update website
22-
ENV WEBSITE_VERSION 0.16.0-next.e4b3022d
22+
ENV WEBSITE_VERSION 0.15.0
2323
COPY . /workdir
2424

2525
RUN /usr/bin/yarn --cwd website \

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/eclipse/open-vsx.org",
77
"license": "EPL-2.0",
88
"dependencies": {
9-
"openvsx-webui": "0.16.0-next.e4b3022d"
9+
"openvsx-webui": "0.15.0"
1010
},
1111
"peerDependencies": {
1212
"@babel/core": "^7.0.0"

0 commit comments

Comments
 (0)