Dockerfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine
|
||||
FROM alpine:3.12
|
||||
LABEL AUTHOR="none" \
|
||||
VERSION=0.1.3
|
||||
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,4 @@
|
||||
FROM alpine
|
||||
FROM alpine:3.12
|
||||
LABEL AUTHOR="none" \
|
||||
VERSION=0.1.3
|
||||
|
||||
|