Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

racket: bump debian image, racket version #8200

Merged
merged 3 commits into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frameworks/Racket/racket/racket.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim AS debian
FROM debian:bullseye-slim AS debian

ARG DEBIAN_FRONTEND=noninteractive
ARG TERM=linux
Expand All @@ -11,7 +11,7 @@ RUN echo 'APT::Get::Install-Recommends "false";' > /etc/apt/apt.conf.d/00-genera

FROM debian AS racket

ARG RACKET_VERSION=8.6
ARG RACKET_VERSION=8.9

RUN apt-get update -q \
&& apt-get install --no-install-recommends -q -y \
Expand Down
2 changes: 0 additions & 2 deletions frameworks/Racket/racket/scripts/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ set -euo pipefail

echo never > /sys/kernel/mm/transparent_hugepage/enabled
redis-server /racket/config/redis.conf &

export PLT_INCREMENTAL_GC=1
/racket/bin/app --host 0.0.0.0 --port 8080