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-07-10 12:36:13 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
effa9d37cf26148161fb1ccfa508ab5d931c856e
dokku
/
tests
/
apps
/
python
/
dockerfile.Dockerfile
6 lines
55 B
Docker
Raw
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