Skip to content

Commit c6843b6

Browse files
authored
Merge pull request #86 from TestingBytes/patch-1
Update Dockerfile to change apk repositories to v3.20/main and edge/community
2 parents efb3925 + 4d630c8 commit c6843b6

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)