Skip to content

Commit

Permalink
[FAB-15568] update versions in vagrant environment
Browse files Browse the repository at this point in the history
Change-Id: Ia41c31a4eb4b3cd986cf224f11cfec8095a3c84e
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed May 28, 2019
1 parent cb98291 commit 31826a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion vagrant/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# SPDX-License-Identifier: Apache-2.0

COMPOSE_VERSION=1.23.2
COMPOSE_VERSION=1.24.0

export DEBIAN_FRONTEND=noninteractive

# ----------------------------------------------------------------
# Configure apt repository
Expand Down
2 changes: 2 additions & 0 deletions vagrant/essentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# SPDX-License-Identifier: Apache-2.0

export DEBIAN_FRONTEND=noninteractive

# ----------------------------------------------------------------
# Update the entire system to the latest versions
# ----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion vagrant/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

GOROOT='/opt/go'
GO_VERSION=1.11.5
GO_VERSION=1.12.5

# ----------------------------------------------------------------
# Install Golang
Expand Down
5 changes: 5 additions & 0 deletions vagrant/softhsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
#
# SPDX-License-Identifier: Apache-2.0

export DEBIAN_FRONTEND=noninteractive

# ----------------------------------------------------------------
# Install SoftHSM
# ----------------------------------------------------------------
apt-get install -y softhsm2

# ----------------------------------------------------------------
Expand Down

0 comments on commit 31826a9

Please sign in to comment.