Fix alpine version.

This commit is contained in:
redxef 2022-03-09 17:02:11 +01:00
parent e81344cac9
commit 588832db7c
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -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