Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit ff48fb6

Browse files
committed
ci: refresh git tags for opam-repository
1 parent 869b770 commit ff48fb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
44
ENV OPAMERRLOGLEN=0 OPAMYES=1
55

66
RUN git -C /home/opam/opam-repository fetch origin && \
7-
git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
7+
git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
88
opam update -u
99

1010
RUN opam install alcotest lwt conf-libev inotify

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
44
ENV OPAMERRLOGLEN=0 OPAMYES=1
55

66
RUN git -C /home/opam/opam-repository fetch origin && \
7-
git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
7+
git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
88
opam update -u
99

1010
RUN opam install alcotest lwt conf-libev inotify

Dockerfile.client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
44
ENV OPAMERRLOGLEN=0 OPAMYES=1
55

66
RUN git -C /home/opam/opam-repository fetch origin && \
7-
git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
7+
git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
88
opam update -u
99

1010
RUN opam install alcotest lwt conf-libev inotify

Dockerfile.github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
44
ENV OPAMERRLOGLEN=0 OPAMYES=1
55

66
RUN git -C /home/opam/opam-repository fetch origin && \
7-
git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
7+
git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
88
opam update -u
99

1010
RUN opam install alcotest lwt conf-libev inotify tls

0 commit comments

Comments
 (0)