Update Racket

This commit is contained in:
TheFrenchGhosty 2023-03-05 12:15:05 +01:00
parent a7e46c021a
commit 3b64e1edc6
No known key found for this signature in database
GPG key ID: 4E616F0FFE25B75B

View file

@ -1,4 +1,4 @@
FROM racket/racket:8.7
FROM racket/racket:8.8
WORKDIR /app
RUN apt update -y && apt upgrade -y \
&& apt install -y --no-install-recommends git \