Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent c0ce17c commit 5589c8e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 @@ -32,7 +32,7 @@ RUN eval $(opam env) && \

# --

FROM ubuntu:22.04
FROM ubuntu:24.04

# Copy from build-env
COPY --from=build-env /root/.saphe /root/.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

0 comments on commit 5589c8e

Please sign in to comment.