mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
ISSUE: 2730 Alpine version update for security fixes (#2731)
update docker file to pick alpine:3
This commit is contained in:
parent
491c1d7dc4
commit
ff7b8b0b62
@ -1,11 +1,11 @@
|
|||||||
FROM alpine:3.12.0 AS temp
|
FROM alpine:3 AS temp
|
||||||
|
|
||||||
COPY bin/frpc /tmp
|
COPY bin/frpc /tmp
|
||||||
|
|
||||||
RUN chmod -R 777 /tmp/frpc
|
RUN chmod -R 777 /tmp/frpc
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.12.0
|
FROM alpine:3
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
FROM alpine:3.12.0 AS temp
|
FROM alpine:3 AS temp
|
||||||
|
|
||||||
COPY bin/frps /tmp
|
COPY bin/frps /tmp
|
||||||
|
|
||||||
RUN chmod -R 777 /tmp/frps
|
RUN chmod -R 777 /tmp/frps
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.12.0
|
FROM alpine:3
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user