Skip to content

Commit 4d630c8

Browse files
authored
Update Dockerfile to v3.20/main and edge/community
The latest version of TaskWarrior 3.3.0 is only available in edge/community.
1 parent efb3925 commit 4d630c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM alpine:latest
22

3-
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
3+
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.20/main" > /etc/apk/repositories
4+
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
45
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
56

67
COPY ./frontend /src/frontend

0 commit comments

Comments
 (0)