service-drone-server/Dockerfile

9 lines
177 B
Text
Raw Normal View History

2024-01-09 22:36:52 +01:00
# FROM drone/drone:2.20.0
2024-10-19 08:48:29 +00:00
# FROM drone/drone:2.22.0
FROM drone/drone:2.24.0
2022-08-18 19:16:44 +02:00
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]
2024-10-19 09:04:19 +00:00