diff --git a/Dockerfile b/Dockerfile index d410116..6f98c58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:latest # Initial updates RUN apk update && \