chore: change approach of dockerfiles
This commit is contained in:
parent
4a5dad014d
commit
656d9aa2d6
4 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue