ISSUE: 2730 Alpine version update for security fixes (#2731)

update docker file to pick alpine:3
This commit is contained in:
nitinSophos 2022-01-04 08:10:45 +05:30 committed by GitHub
parent 491c1d7dc4
commit ff7b8b0b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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