Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 1e1ddfe

Browse files
using 0.9 version of the browser container
1 parent 7b5dc4f commit 1e1ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN dotnet restore
3636

3737
COPY ./build .
3838

39-
COPY --from=sql-stream-store/browser:latest /var/www /app/src/SqlStreamStore.HAL.ApplicationServer/Browser/build
39+
COPY --from=sql-stream-store/browser:0.9 /var/www /app/src/SqlStreamStore.HAL.ApplicationServer/Browser/build
4040

4141
WORKDIR /app
4242

0 commit comments

Comments
 (0)