Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ubuntu Docker tag to v24 #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

# Versions
ENV OCAML_VERSION=4.14.0
Expand Down
2 changes: 1 addition & 1 deletion branch-saphe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN eval $(opam env) && \

# --

FROM ubuntu:22.04
FROM ubuntu:24.04

# Copy from build-env
COPY --from=build-env /saphe /usr/local/bin/saphe
Expand Down
2 changes: 1 addition & 1 deletion branch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN eval $(opam env) && \

# --

FROM ubuntu:22.04
FROM ubuntu:24.04

# Copy from build-env
COPY --from=build-env /root/.satysfi /usr/local/share/satysfi
Expand Down
2 changes: 1 addition & 1 deletion opam-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN eval $(opam env) && cp $(which satysfi) / && cp $(which satyrographos) /

# --

FROM ubuntu:22.04
FROM ubuntu:24.04

# Versions
ENV OPAM_VERSION=2.1.3
Expand Down
2 changes: 1 addition & 1 deletion slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN eval $(opam env) && \

# --

FROM ubuntu:22.04
FROM ubuntu:24.04

# Copy from build-env
COPY --from=build-env /root/.satysfi /usr/local/share/satysfi
Expand Down
Loading