Skip to content

Commit 3e01dc7

Browse files
committed
Dockerfile v1.4.0 update
1 parent 75fd968 commit 3e01dc7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ FROM python:latest
33

44
# Image Labels. Update values for each build
55
LABEL Name="Skill-Forge"
6-
LABEL Version="1.3.17"
6+
LABEL Version="1.4.0"
77
LABEL Release="pre-release"
8-
LABEL ReleaseDate="28.09.2024"
8+
LABEL ReleaseDate="03.10.2024"
99
LABEL Description="Skill Forge is a open-source platform for learning and practicing programming languages."
1010
LABEL Maintainer="Aleksandar Karastoyanov <karastoqnov.alexadar@gmail.com>"
1111
LABEL License="GNU GPL v3.0 license"
1212
LABEL GitHub SourceCode="https://github.com/SoftUni-Discord-Community/skill_forge"
1313

14+
# Update repositories list
15+
RUN apt update
16+
1417
# Set default timezone
1518
ENV TZ=Europe/Sofia
1619
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = Skill-Forge
3-
version = 1.3.17
4-
release_date = 15.09.2024
3+
version = 1.4.0
4+
release_date = 03.10.2024
55
description = Skill Forge is a open-source platform for learning and practicing programming languages.
66
author = Aleksandar Karastoyanov
77
author_email = karastoqnov.alexandar@gmail.com

0 commit comments

Comments
 (0)