File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,17 @@ FROM python:latest
33
44# Image Labels. Update values for each build
55LABEL Name="Skill-Forge"
6- LABEL Version="1.3.17 "
6+ LABEL Version="1.4.0 "
77LABEL Release="pre-release"
8- LABEL ReleaseDate="28.09 .2024"
8+ LABEL ReleaseDate="03.10 .2024"
99LABEL Description="Skill Forge is a open-source platform for learning and practicing programming languages."
1010LABEL Maintainer="Aleksandar Karastoyanov <karastoqnov.alexadar@gmail.com>"
1111LABEL License="GNU GPL v3.0 license"
1212LABEL GitHub SourceCode="https://github.com/SoftUni-Discord-Community/skill_forge"
1313
14+ # Update repositories list
15+ RUN apt update
16+
1417# Set default timezone
1518ENV TZ=Europe/Sofia
1619RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \
Original file line number Diff line number Diff line change 11[metadata]
22name = Skill-Forge
3- version = 1.3.17
4- release_date = 15.09 .2024
3+ version = 1.4.0
4+ release_date = 03.10 .2024
55description = Skill Forge is a open-source platform for learning and practicing programming languages.
66author = Aleksandar Karastoyanov
77author_email = karastoqnov.alexandar@gmail.com
You can’t perform that action at this time.
0 commit comments