Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/rholang-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# This file is licensed under the Apache License, version 2.0.

FROM ubuntu:16.04
FROM ubuntu:xenial-20210114

RUN dpkg --add-architecture i386
RUN apt-get update && apt-get install -y openjdk-8-jre-headless libstdc++6:i386
Expand Down