1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 20:09:52 +02:00

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

View file

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