Skip to content

Commit 0247b73

Browse files
committed
Revert to bullseye and upgrade swipl to 9.0.4
1 parent f5af2bc commit 0247b73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM debian:bullseye
22
LABEL maintainer "Dave Curylo <[email protected]>, Michael Hendricks <[email protected]>"
33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \
@@ -16,8 +16,8 @@ RUN apt-get update && \
1616
ENV LANG C.UTF-8
1717
#COPY patches /tmp/patches
1818
RUN set -eux; \
19-
SWIPL_VER=9.0.3; \
20-
SWIPL_CHECKSUM=e2919bc58710abd62b9cd40179a724c30bdbe9aa428af49d7fdc6d0158921afb; \
19+
SWIPL_VER=9.0.4; \
20+
SWIPL_CHECKSUM=feb2815a51d34fa81cb34e8149830405935a7e1d1c1950461239750baa8b49f0; \
2121
BUILD_DEPS='make cmake gcc g++ ninja-build wget git autoconf libarchive-dev libgmp-dev libossp-uuid-dev libpcre3-dev libreadline-dev libedit-dev libssl-dev zlib1g-dev libgoogle-perftools-dev libpcre2-dev'; \
2222
apt-get update; apt-get install -y --no-install-recommends $BUILD_DEPS; rm -rf /var/lib/apt/lists/*; \
2323
mkdir /tmp/src; \

0 commit comments

Comments
 (0)