Update Racket

This commit is contained in:
TheFrenchGhosty 2023-06-17 17:02:40 +02:00 committed by GitHub
parent bf7dd712e1
commit 6bed9a473f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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