Skip to content

Commit

Permalink
Merge pull request #79 from davidraker/v9.0_changes
Browse files Browse the repository at this point in the history
Updated os/version and set for 9.0 release.
  • Loading branch information
shwethanidd authored Oct 9, 2023
2 parents fde7523 + 9c8ee0b commit da70428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG image_repo=debian
ARG image_tag=bullseye
ARG image_repo=ubuntu
ARG image_tag=20.04
#
FROM ${image_repo}:${image_tag} as volttron_base
#
Expand Down Expand Up @@ -44,6 +44,9 @@ RUN set -eux; apt-get update; apt-get install -y --no-install-recommends \
libffi-dev \
sqlite3
#
# Set timezone
RUN echo UTC > /etc/timezone

# Set default 'python' to 'python3'
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
#
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
volttron1:
container_name: volttron1
hostname: volttron1
image: volttroncommunity/volttron:v8.2-zmq
image: volttroncommunity/volttron:v9.0-zmq
ports:
# host_port:container_port
# http port for volttron central
Expand Down

0 comments on commit da70428

Please sign in to comment.