.gitlab: fix /etc/alpine-release returning permission denied

Since the other 2 code blocks are commands some people may think
that they should execute /etc/alpine-release instead of pasting it's content.
Use cat(1) to make that clear.

Ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/16228
This commit is contained in:
Sertonix 2024-06-21 19:38:48 +00:00 committed by Kevin Daudt
parent b59e0826a9
commit 19e27ead4d

View file

@ -15,7 +15,7 @@ For other components, separate issue trackers exist:
* Package name: *Enter the apk package name*
* Package version: *Version as obtained by `apk info`*
* Alpine version: *Alpine version from `/etc/alpine-release`*
* Alpine version: *Alpine version from `cat /etc/alpine-release`*
* Alpine architecture: *Architecture obtained via `apk --print-arch`*
## Summary