Skip to content

Commit 7c53a1d

Browse files
authored
Merge pull request #331 from mtelvers/rm_ubuntu-24_10
Use Debian 13
2 parents 390d788 + 6da293b commit 7c53a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid
2222
ADD --chown=opam . .
2323
RUN opam config exec -- dune build ./src/base_images.exe
2424

25-
FROM debian:12
25+
FROM debian:13
2626
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
2727
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2828
--mount=type=cache,target=/var/lib/apt,sharing=locked \

0 commit comments

Comments
 (0)