diff --git a/Dockerfile b/Dockerfile
index 33459979..4029ace7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ COPY . .
 ENV GO111MODULE=on
 RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 packr2 build -a -o goldilocks *.go
 
-FROM alpine:3.12.3 as alpine
+FROM alpine:3.13.0 as alpine
 RUN apk --no-cache --update add ca-certificates tzdata && update-ca-certificates
 
 FROM scratch