diff --git a/Dockerfile b/Dockerfile index 8f11206..5d4651c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.15 RUN apk add --upgrade --no-cache nginx gettext inotify-tools RUN mv /etc/nginx /etc/nginx.tmpl