ISSUE: 2730 Alpine version update for security fixes

update docker file to pick alpine:3
This commit is contained in:
Nitin Gupta 2022-01-03 16:56:29 +05:30
parent 491c1d7dc4
commit 1130ca8938
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
FROM alpine:3.12.0 AS temp
FROM alpine:3 AS temp
COPY bin/frpc /tmp
RUN chmod -R 777 /tmp/frpc
FROM alpine:3.12.0
FROM alpine:3
WORKDIR /app

View File

@ -1,11 +1,11 @@
FROM alpine:3.12.0 AS temp
FROM alpine:3 AS temp
COPY bin/frps /tmp
RUN chmod -R 777 /tmp/frps
FROM alpine:3.12.0
FROM alpine:3
WORKDIR /app