Skip to content

Commit

Permalink
fix: Revert edX Forum container to use Bullseye base image
Browse files Browse the repository at this point in the history
There is no 3.0 release of the Ruby image based on the Bookworm Debian release, and
Forum doesn't work with newer versions of Ruby (yet).
  • Loading branch information
blarghmatey committed Aug 3, 2023
1 parent af4fd29 commit 18fe6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/openedx-forum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/ruby:3.0-slim-bookworm
FROM docker.io/ruby:3.0-slim-bullseye
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt upgrade -y && \
Expand Down

0 comments on commit 18fe6fb

Please sign in to comment.