chore(docker): Creating inhouse alpine image
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
cd2656df95
commit
3d79940c74
1 changed files with 3 additions and 0 deletions
3
scripts/dockerfiles/alpine/Dockerfile
Normal file
3
scripts/dockerfiles/alpine/Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM alpine
|
||||
# Fix busybox vulnerability
|
||||
RUN apk upgrade busybox --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
Loading…
Add table
Reference in a new issue