diff --git a/Dockerfile b/Dockerfile index 704fc4f1..9beb2ff2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # STEP 1 build executable binary ############################ -FROM alpine:latest as builder +FROM alpine:latest AS builder RUN apk add --no-cache \ gcc \