mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
chore: change approach of dockerfiles
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
FROM docker:20.10
|
||||
# syntax=docker/dockerfile:1
|
||||
ARG VERSION="3.17"
|
||||
FROM alpine:${VERSION} AS builder
|
||||
WORKDIR "/home/librex"
|
||||
|
||||
VOLUME [ "/var/run/docker.sock" ]
|
||||
|
||||
# Docker metadata contains information about the maintainer, such as the name, repository, and support email
|
||||
# Please add any necessary information or correct any incorrect information
|
||||
# See more: https://docs.docker.com/config/labels-custom-metadata/
|
||||
|
||||
Reference in New Issue
Block a user