Update Dockerfile to v3.20/main and edge/community

The latest version of TaskWarrior 3.3.0 is only available in edge/community.
This commit is contained in:
Sam Johnson 2024-12-30 19:15:03 -07:00 committed by GitHub
parent efb3925c45
commit 4d630c85f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
FROM alpine:latest
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.20/main" > /etc/apk/repositories
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
COPY ./frontend /src/frontend