Skip to content

Commit 5d14c69

Browse files
authored
Update to latest embedded UI
1 parent c8f73d3 commit 5d14c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UI_VERSION=ui:2.9.2
1+
ARG UI_VERSION=ui:3.0.0
22
FROM exceptionless/${UI_VERSION} AS ui
33

44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
@@ -78,7 +78,7 @@ CMD [ "dotnet", "Exceptionless.Web.dll" ]
7878

7979
# completely self-contained
8080

81-
FROM exceptionless/elasticsearch:7.8.1 AS exceptionless
81+
FROM exceptionless/elasticsearch:7.9.0 AS exceptionless
8282

8383
WORKDIR /app
8484
COPY --from=api-publish /app/src/Exceptionless.Web/out ./

0 commit comments

Comments
 (0)