Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update] Updating dependencies #182

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

##############################################################
# Stage: builder
FROM ruby:2.6.5-alpine3.10 AS builder
FROM ruby:3.0.1-alpine3.13 AS builder

WORKDIR /app

Expand All @@ -32,7 +32,7 @@ RUN cd dashboard && npm install --no-optional && npm rebuild node-sass && node_m

##############################################################
# Stage: final
FROM ruby:2.6.5-alpine3.10
FROM ruby:3.0.1-alpine3.13

LABEL org="Appvia Ltd"
LABEL website="appvia.io"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
attr_required (1.0.1)
bindata (2.4.8)
bindata (2.4.10)
byebug (11.1.3)
colorize (0.8.1)
commander (4.6.0)
Expand Down Expand Up @@ -109,7 +109,7 @@ GEM
rack (>= 2.1.0)
rainbow (3.0.0)
rake (13.0.3)
rdoc (6.3.0)
rdoc (6.3.1)
recursive-open-struct (1.1.3)
redis (4.2.5)
redisgraph (2.0.2)
Expand Down
14 changes: 7 additions & 7 deletions dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: '3.7'
services:

redisgraph:
image: redislabs/redisgraph:1.99.7
image: redislabs/redisgraph:2.1.0
container_name: redisgraph
ports:
- 6379:6379
Expand Down