Update Dockerfile

This commit is contained in:
Teddysun
2024-12-29 23:22:33 +09:00
parent 54072da2d9
commit 168062f2de
24 changed files with 71 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
# Dockerfile for Brook based alpine
# Copyright (C) 2019 - 2020 Teddysun <i@teddysun.com>
# Copyright (C) 2019 - 2024 Teddysun <i@teddysun.com>
# Reference URL:
# https://github.com/txthinking/brook
FROM --platform=${TARGETPLATFORM} alpine:latest
FROM alpine:latest
LABEL maintainer="Teddysun <i@teddysun.com>"
ARG TARGETPLATFORM