mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Update comments
update Alpine version to 3.14
This commit is contained in:
parent
2618e7307e
commit
0cb2a78ac2
@ -1,10 +1,10 @@
|
|||||||
# Dockerfile for caddy v1.0.5 based alpine
|
# Dockerfile for caddy v1.0.5 based alpine
|
||||||
# Copyright (C) 2020 Teddysun <i@teddysun.com>
|
# Copyright (C) 2021 Teddysun <i@teddysun.com>
|
||||||
# Reference URL:
|
# Reference URL:
|
||||||
# https://github.com/caddyserver/caddy
|
# https://github.com/caddyserver/caddy
|
||||||
# https://github.com/caddyserver/forwardproxy
|
# https://github.com/caddyserver/forwardproxy
|
||||||
|
|
||||||
FROM alpine:3.13
|
FROM alpine:3.14
|
||||||
LABEL maintainer="Teddysun <i@teddysun.com>"
|
LABEL maintainer="Teddysun <i@teddysun.com>"
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Dockerfile for caddy v1.0.5 based alpine
|
# Dockerfile for caddy v1.0.5 based alpine
|
||||||
# Copyright (C) 2020 Teddysun <i@teddysun.com>
|
# Copyright (C) 2021 Teddysun <i@teddysun.com>
|
||||||
# Reference URL:
|
# Reference URL:
|
||||||
# https://github.com/caddyserver/caddy
|
# https://github.com/caddyserver/caddy
|
||||||
# https://github.com/caddyserver/forwardproxy
|
# https://github.com/caddyserver/forwardproxy
|
||||||
|
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.13
|
FROM --platform=${TARGETPLATFORM} alpine:3.14
|
||||||
LABEL maintainer="Teddysun <i@teddysun.com>"
|
LABEL maintainer="Teddysun <i@teddysun.com>"
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# This is a Shell script for caddy based alpine with Docker image
|
# This is a Shell script for caddy based alpine with Docker image
|
||||||
#
|
#
|
||||||
# Copyright (C) 2019 - 2020 Teddysun <i@teddysun.com>
|
# Copyright (C) 2019 - 2021 Teddysun <i@teddysun.com>
|
||||||
#
|
#
|
||||||
# Reference URL:
|
# Reference URL:
|
||||||
# https://github.com/caddyserver/caddy
|
# https://github.com/caddyserver/caddy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user