Bump the racket version

This commit is contained in:
TheFrenchGhosty 2023-01-23 08:27:51 +01:00 committed by GitHub
parent 25eb600485
commit a7e46c021a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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