chore: change approach of dockerfiles

This commit is contained in:
Junior L. Botelho (JLB) 2023-02-11 19:54:45 -03:00
parent 4a5dad014d
commit 656d9aa2d6
No known key found for this signature in database
GPG Key ID: 6A25840754F2A524
4 changed files with 3 additions and 3 deletions

View File

@ -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/