Skip to content

Commit

Permalink
bump builds to gradescope/autograder-base
Browse files Browse the repository at this point in the history
  • Loading branch information
endorpersand committed Jan 14, 2025
1 parent 7f2d341 commit 44e74fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gradescope/auto-builds:ubuntu-22.04
FROM gradescope/autograder-base:ubuntu-22.04

ENV CS2110_AUTOGRADER_VERSION 1.10.2
ENV CS2110_AUTOGRADER_VERSION=1.11.0

ENV AUTOGRADER_ROOT=/autograder \
DEBIAN_FRONTEND=noninteractive
Expand All @@ -10,7 +10,7 @@ ADD ./run_autograder $AUTOGRADER_ROOT/
### Install zucchini and its dependencies
RUN apt-get update && \
apt-get install -y python3 python-is-python3 python3-pip cmake build-essential g++ castxml tmux && \
pip3 install zucchini==2.2.2
pip3 install zucchini==2.2.11

RUN cd $AUTOGRADER_ROOT && mkdir source && mkdir results

Expand Down
2 changes: 1 addition & 1 deletion javafx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gtcs2110/autograder-base:1.10.1
FROM gtcs2110/autograder-base:1.11.0

# Install OpenJDK 17 with JavaFX along with dummy X server
RUN apt-get update \
Expand Down

0 comments on commit 44e74fb

Please sign in to comment.