Skip to content

Commit

Permalink
fix: Gitpod SDK installed & documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Jun 3, 2024
1 parent 5b96da8 commit 8d0a5da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN sudo apt update && \
USER gitpod

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk install java 21.0.1-tem && \
sdk default java 21.0.1-tem"
sdk install java 21.0.3-tem && \
sdk default java 21.0.3-tem"
4 changes: 2 additions & 2 deletions docs/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ You can use [Gitpod](https://gitpod.io).
You must create an account first.
You then can open this project in either your local VS Code or directly in your browser:

[![Open in Gitpod](img/open-in-gitpod.svg)](https://gitpod.io/#github.com/alexandre-touret/observability-workshop.git)
[![Open in Gitpod](img/open-in-gitpod.svg)](https://github.com/worldline/observability-workshop/observability-workshop.git)

## Environment Setup
Duration: 0:05:00
Expand All @@ -152,7 +152,7 @@ Duration: 0:05:00

We will assume you will use GitPod for this workshop :)

[![Open in Gitpod](img/open-in-gitpod.svg)](https://gitpod.io/#github.com/alexandre-touret/observability-workshop.git)
[![Open in Gitpod](img/open-in-gitpod.svg)](https://github.com/worldline/observability-workshop/observability-workshop.git)

### Start the infrastructure

Expand Down

0 comments on commit 8d0a5da

Please sign in to comment.