mirror of
https://github.com/docker/build-push-action
synced 2025-02-07 09:21:43 +00:00
3 lines
63 B
Docker
3 lines
63 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM alpine
|
|
RUN cat /etc/*release
|