Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
text2img
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Jonas Leder
text2img
Commits
d9001363
Commit
d9001363
authored
1 year ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update python Docker tag to v3.11.5
parent
621c3690
No related branches found
No related tags found
1 merge request
!6
Update python Docker tag to v3.11.5
Pipeline
#22271
passed
1 year ago
Stage: build
Stage: bundle
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
d9001363
FROM
python:3.11.
4
-alpine3.18@sha256:
603975e62d85aa07578034d3d10ffa1983b7618a6abb6371cf51941be6b88
42
c
FROM
python:3.11.
5
-alpine3.18@sha256:
5d769f990397afbb2aca24b0655e404c0f2806d268f454b052e81e39d87abf
42
COPY
./requirements.txt /app/requirements.txt
COPY
./requirements.txt /app/requirements.txt
RUN
pip
install
--no-cache-dir
-r
/app/requirements.txt
&&
\
RUN
pip
install
--no-cache-dir
-r
/app/requirements.txt
&&
\
apk add
--no-cache
font-dejavu
apk add
--no-cache
font-dejavu
...
...
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