update
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/alpine$ARCH:3.20
|
||||
FROM harbor.colben.cn/general/alpine$ARCH:3.23
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
ADD --chown=root:root /ADD/ /opt/
|
||||
RUN apk update \
|
||||
RUN sed -i 's/v3.23/edge/' /etc/apk/repositories \
|
||||
&& apk update \
|
||||
&& apk add --no-cache nginx nginx-mod-stream \
|
||||
&& sed -i \
|
||||
-e '1a\\n# Added by Dockerfile' \
|
||||
|
||||
Reference in New Issue
Block a user