Skip to content

Commit b8bdbee

Browse files
authored
Merge pull request #47 from DU4L/hotfix_golangical
Hotfix: golang-ical branch change
2 parents d2683eb + 06e923a commit b8bdbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ical-relay/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install golang-rice git -y
44

55
WORKDIR /app
66
RUN git clone --branch staging https://github.com/JM-Lemmi/ical-relay ical-relay
7-
RUN git clone --branch issue52 https://github.com/arran4/golang-ical golang-ical
7+
RUN git clone https://github.com/arran4/golang-ical golang-ical
88

99
WORKDIR /app/ical-relay
1010
RUN rice embed-go && go build .

0 commit comments

Comments
 (0)