No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -1,7 +1,7 @@ |
|
|
|
# |
|
|
|
# Build stage |
|
|
|
# |
|
|
|
FROM alpine:3.10 as build |
|
|
|
FROM alpine:3.13 as build |
|
|
|
|
|
|
|
# args |
|
|
|
ARG version="master" |
|
|
|