mirror of
https://gh-proxy.com/https://github.com/docker/build-push-action
synced 2025-12-14 01:46:14 +08:00
4 lines
63 B
Docker
4 lines
63 B
Docker
# syntax=docker/dockerfile:1
|
|
FROM alpine
|
|
RUN cat /etc/*release
|