Skip to content

Commit

Permalink
Remove dockerfile and set image directly in the devcontainer.json. Al…
Browse files Browse the repository at this point in the history
…so set future supported version to 1.20.4
  • Loading branch information
SirEndii committed Jan 8, 2024
1 parent df975b2 commit d225179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .devcontainer/Dockerfile

This file was deleted.

7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "Python 3.11 with MkDocs",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"name": "Python 3.12.1 with MkDocs",
"image": "python:3.12.1",
"postStartCommand": "pip install poetry && poetry install && poetry run mkdocs serve",
"forwardPorts": [
8000
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ With Advanced Peripherals you can control your base in Minecraft only with messa

#### Version support

| Supported Version | 1.16 | 1.17 | 1.18 | 1.19.2 | 1.19.3 | 1.19.4 | 1.20.1 | 1.20.2 |
| Supported Version | 1.16 | 1.17 | 1.18 | 1.19.2 | 1.19.3 | 1.19.4 | 1.20.1 | 1.20.4 |
|-----------------------|------|------|------|--------|--------|--------|--------|--------|
| Security patches | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :o: |
| Critical fixes | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark: | :o: |
Expand Down

0 comments on commit d225179

Please sign in to comment.