Assume you have this docker file. You may wonder what version of bash will be installed.
FROM alpine:3.14 RUN apk --update add apache2 bash
The pakage version depends on alpine version. We can go to Alpine Linux packages to find out.
No comments:
Post a Comment