Update comments

update Alpine version to 3.14
This commit is contained in:
Teddysun
2021-08-26 15:21:13 +09:00
parent 2618e7307e
commit 0cb2a78ac2
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# Dockerfile for caddy v1.0.5 based alpine
# Copyright (C) 2020 Teddysun <i@teddysun.com>
# Copyright (C) 2021 Teddysun <i@teddysun.com>
# Reference URL:
# https://github.com/caddyserver/caddy
# https://github.com/caddyserver/forwardproxy
FROM --platform=${TARGETPLATFORM} alpine:3.13
FROM --platform=${TARGETPLATFORM} alpine:3.14
LABEL maintainer="Teddysun <i@teddysun.com>"
ARG TARGETPLATFORM