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

switch base image to alpine 3.14

This commit is contained in:
Andrew Dolgov 2021-11-19 09:32:56 +03:00
parent 13e08cfb59
commit db64c1e8c8

View file

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