Update comments

This commit is contained in:
Teddysun 2021-03-18 11:35:26 +09:00
parent 26e0fe3f36
commit 605837ca5e
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# https://github.com/caddyserver/caddy # https://github.com/caddyserver/caddy
# https://github.com/caddyserver/forwardproxy # https://github.com/caddyserver/forwardproxy
FROM alpine:3.12 FROM alpine:3.13
LABEL maintainer="Teddysun <i@teddysun.com>" LABEL maintainer="Teddysun <i@teddysun.com>"
WORKDIR /root WORKDIR /root

View File

@ -4,7 +4,7 @@
# 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.12 FROM --platform=${TARGETPLATFORM} alpine:3.13
LABEL maintainer="Teddysun <i@teddysun.com>" LABEL maintainer="Teddysun <i@teddysun.com>"
ARG TARGETPLATFORM ARG TARGETPLATFORM