-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #297 from Skill-Forge-Project/development
Skill Forge v1.4.7 patch release
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Use the base image containing Python 3.8, NodeJS, npm, mono-complete compiler and java compiler | ||
# Python3.12.7 Base Image | ||
FROM python:3.12.7 | ||
|
||
# Image Labels. Update values for each build | ||
LABEL Name="Skill-Forge" | ||
LABEL Version="1.4.6" | ||
LABEL Version="1.4.7" | ||
LABEL Release="public" | ||
LABEL ReleaseDate="20.10.2024" | ||
LABEL ReleaseDate="23.10.2024" | ||
LABEL Description="Skill Forge is a open-source platform for learning and practicing programming languages." | ||
LABEL Maintainer="Aleksandar Karastoyanov <[email protected]>" | ||
LABEL License="GNU GPL v3.0 license" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[metadata] | ||
name = Skill-Forge | ||
version = 1.4.6 | ||
release_date = 20.10.2024 | ||
version = 1.4.7 | ||
release_date = 23.10.2024 | ||
description = Skill Forge is a open-source platform for learning and practicing programming languages. | ||
author = Aleksandar Karastoyanov | ||
author_email = [email protected] | ||
|