Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
4de96dfd
Commit
4de96dfd
authored
2 weeks ago
by
Carlos Natalino Da Silva
Browse files
Options
Downloads
Patches
Plain Diff
Upgrading the Python versions of the nbi and service component.
parent
3ebf22cb
Branches
feat/307-update-python-version
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/nbi/Dockerfile
+1
-1
1 addition, 1 deletion
src/nbi/Dockerfile
src/service/Dockerfile
+1
-1
1 addition, 1 deletion
src/service/Dockerfile
with
2 additions
and
2 deletions
src/nbi/Dockerfile
+
1
−
1
View file @
4de96dfd
...
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM
python:3.
9
-slim
FROM
python:3.
13
-slim
# Install dependencies
RUN
apt-get
--yes
--quiet
--quiet
update
&&
\
...
...
This diff is collapsed.
Click to expand it.
src/service/Dockerfile
+
1
−
1
View file @
4de96dfd
...
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM
python:3.
9
-slim
FROM
python:3.
13
-slim
# Install dependencies
RUN
apt-get
--yes
--quiet
--quiet
update
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment