Skip to content

Commit

Permalink
Merge pull request #4664 from consul/fix_dockerfile
Browse files Browse the repository at this point in the history
Explicitely use Debian Buster in Dockerfile
  • Loading branch information
javierm committed Aug 18, 2021
2 parents 05869bf + 2c84f77 commit 8fdbd36
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 8fdbd36

Please sign in to comment.