Skip to content

Commit

Permalink
update falkordb image to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dudizimber committed Sep 3, 2024
1 parent 761134b commit c7ed5a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
env:
NODE_IMAGE_NAME: falkordb-node
CLUSTER_IMAGE_NAME: falkordb-cluster
FALKORDB_VERSION: v4.0.11
FALKORDB_VERSION: v4.2.1

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
NODE_IMAGE_NAME: falkordb-node
CLUSTER_IMAGE_NAME: falkordb-cluster
CLUSTER_REBALANCE_IMAGE_NAME: falkordb-cluster-rebalance
FALKORDB_VERSION: v4.0.11
FALKORDB_VERSION: v4.2.1
FREE_PLAN_NAME: free-${{ contains(github.ref, 'refs/tags/v') && 'main' || github.ref_name }}
PRO_PLAN_NAME: pro-${{ contains(github.ref, 'refs/tags/v') && 'main' || github.ref_name }}

Expand Down
2 changes: 1 addition & 1 deletion falkordb-cluster/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FALKORDB_VERSION=v4.0.11
ARG FALKORDB_VERSION=v4.2.1

FROM oliver006/redis_exporter:alpine as redis_exporter

Check warning on line 3 in falkordb-cluster/Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push (./falkordb-cluster/Dockerfile, falkordb-cluster)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Expand Down
2 changes: 1 addition & 1 deletion falkordb-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FALKORDB_VERSION=v4.0.11
ARG FALKORDB_VERSION=v4.2.1

FROM oliver006/redis_exporter:alpine as redis_exporter

Check warning on line 3 in falkordb-node/Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-push (./falkordb-node/Dockerfile, falkordb-node)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Expand Down

0 comments on commit c7ed5a4

Please sign in to comment.