diff --git a/Dockerfile b/Dockerfile index 2f586e5..1af8933 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM docker.io/library/alpine:latest # Set up environment for building RUN apk add yarn nodejs