diff --git a/Dockerfile b/Dockerfile index d69e2df..721ad91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.14 # Set working space WORKDIR /usr/src/app