1
0
Fork 0

Update build alpine to latest

pull/2/head
Fábio Mendes 2021-05-16 14:08:29 -04:00 committed by GitHub
parent 621e0793fd
commit eeda0d840e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#
# Build stage
#
FROM alpine:3.10 as build
FROM alpine:latest as build
# args
ARG version="master"