Skip to content

Commit

Permalink
Explicitely use Debian Buster in Dockerfile
Browse files Browse the repository at this point in the history
Debian Bullseye was released two days ago, and is now the default
distribution for the Docker image.

Our image isn't compatible with Debian Bullseye right now, and we
haven't done any testing with it, so for now we're staying with Buster.
  • Loading branch information
javierm committed Aug 17, 2021
1 parent 9c8ee57 commit 2c84f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.8
FROM ruby:2.6.8-buster

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit 2c84f77

Please sign in to comment.