Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocurrent/docker-base-images
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64dfa128de016c6be7b1c6cec4fc249c403b6be5
Choose a base ref
..
head repository: ocurrent/docker-base-images
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b6d232139102e022ae5ae7c116de962495050b1
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 Dockerfile
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:e8b42169d4755a73ade10fab48ceac3cbde92568374c48e8a4d797af2c913dfb as build
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:b716ae07fd6520cc80c71eb199239c73558732a3df313a6296a61999c8b44ab0 as build
RUN sudo apt-get update && sudo apt-get install libev-dev capnproto graphviz m4 pkg-config libsqlite3-dev libgmp-dev libssl-dev libffi-dev -y --no-install-recommends
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 6d3d7021d944058cc7531905e065fe2cd72f01e8 && opam update
RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard e9109edc27c28041e35e0da1290a86275573c98a && opam update
COPY --chown=opam \
ocurrent/current.opam \
ocurrent/current_web.opam \