This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2026-02-24 20:19:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
dokku
/
tests
/
apps
/
python
/
dockerfile.Dockerfile
6 lines
55 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
tests: update python version used in test apps
2024-09-29 03:23:13 -04:00
FROM
python:3.12.6-bookworm
feat: test all compose-based proxy implementations with a dockerfile app This allows the tests to run on arm systems.
2022-11-08 23:52:38 -05:00
COPY
. /app
WORKDIR
/app
Reference in New Issue
Copy Permalink