switch base image to alpine 3.14

This commit is contained in:
Andrew Dolgov 2021-11-19 09:20:32 +03:00
parent bd0c7ebf0e
commit d9b96dc114
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
EXPOSE 9000/tcp
ENV SCRIPT_ROOT=/opt/tt-rss