This website requires JavaScript.
Explore
Help
Sign in
aaron
/
egress-test
Archived
Watch
1
Star
0
Fork
You've already forked egress-test
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-10-10
. You can view files and clone it, but cannot push or open issues or pull requests.
524cbde093
egress-test
/
Dockerfile
4 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Update alpine Docker tag to v3.17.3
2023-04-04 22:15:12 +02:00
FROM alpine:3.17.3
initial commit
2023-02-13 22:48:01 +01:00
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]
Reference in a new issue
Copy permalink