Skip to content
Snippets Groups Projects

Bump neo4j from 3.5.14 to 4.2.6 in /neo4j

Closed Hannes Heine requested to merge dependabot/docker/neo4j/neo4j-4.2.6 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
##################################################################################
# COMMUNITY ######################################################################
##################################################################################
FROM neo4j:3.5.14 as community
FROM neo4j:4.2.6 as community
# ENVs
## We Cannot do `$(date -u +'%Y-%m-%dT%H:%M:%SZ')` here so we use unix timestamp=0
@@ -36,7 +36,7 @@ RUN wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/downloa
##################################################################################
# ENTERPRISE #####################################################################
##################################################################################
FROM neo4j:3.5.14-enterprise as enterprise
FROM neo4j:4.2.6 as enterprise
# Install Additional Software
## install: wget, htop (TODO: why do we need htop?)
Loading