Skip to content

Commit

Permalink
Update Demo Dockerfile with Theia IDE version (#321)
Browse files Browse the repository at this point in the history
* allows to control the used version and therefor update the try now demo after a Theia IDE release

Contributed on behalf of STMicroelectronics
  • Loading branch information
jfaltermeier authored Jul 4, 2024
1 parent 9e06317 commit a94b633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/dockerfiles/demo-theia-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/eclipse-theia/theia-blueprint/theia-ide as production-stage
FROM ghcr.io/eclipse-theia/theia-blueprint/theia-ide:1.51.0 as production-stage

ENV THEIA_MINI_BROWSER_HOST_PATTERN {{hostname}}
ENV THEIA_WEBVIEW_ENDPOINT {{hostname}}
Expand Down

0 comments on commit a94b633

Please sign in to comment.