docker build . is failing on ruby:2.3.6

Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
This commit is contained in:
Thomas
2019-04-06 15:57:40 +02:00
committed by GitHub
parent 3e46153a97
commit 4d3dd12672

View File

@@ -1,5 +1,5 @@
# Use Ruby 2.3.6 as base image
FROM ruby:2.3.6
# Use Ruby 2.3.8 as base image
FROM ruby:2.3.8
ENV DEBIAN_FRONTEND noninteractive