mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
4 lines
105 B
Docker
4 lines
105 B
Docker
# syntax=docker/dockerfile:1
|
|
ARG VERSION="3.17"
|
|
FROM alpine:${VERSION} AS builder
|
|
WORKDIR "/home/librex"
|