Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Update .env #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fcooper98
Copy link

No description provided.

@danintel
Copy link

This seems to go backward from bionic (Ubuntu 18) to xenial (Ubuntu 16).
Is this to solve a current problem with no stable Bionic release (yet)?

A workaround:
Change shell/Dockerfile line 19
From
RUN echo "deb http://repo.sawtooth.me/ubuntu/1.0/stable xenial universe" >> /etc/apt/sources.list \
To
RUN echo "deb http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \

Copy link

@danintel danintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments. The change goes backwards (Bionic to Xenial, or in other words Ubuntu 18 to 16), not forwards. It is properly called a downgrade.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants