Skip to content

Commit

Permalink
Update php to 8.3.14, mongo to 8.0 and elastic 8.16.1 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
stankolubomir authored Nov 22, 2024
1 parent 29f8446 commit 0065bb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
include:
- php-version: 8.3
docker-image: anzusystems/php:3.4.0-php83-cli-vipsffmpeg
docker-image: anzusystems/php:3.5.0-php83-cli-vipsffmpeg

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
ports:
- 9200:9200
env:
Expand All @@ -31,7 +31,7 @@ jobs:
MYSQL_ROOT_PASSWORD: admin
MYSQL_DATABASE: commonbundle
mongo:
image: mongo:7.0
image: mongo:8.0
ports:
- 27017:27017
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM anzusystems/php:3.4.0-php83-cli-vipsffmpeg
FROM anzusystems/php:3.5.0-php83-cli-vipsffmpeg
#
### Basic arguments and variables
ARG DOCKER_USER_ID
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
hostname: core-dam-bundle

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
environment:
- cluster.routing.allocation.disk.threshold_enabled=false
- discovery.type=single-node
Expand All @@ -32,7 +32,7 @@ services:
hostname: elasticsearch

mongo:
image: mongo:7.0
image: mongo:8.0
command: --logappend ${MONGO_NOTABLESCAN:-}
env_file:
- .env.docker.dist
Expand Down

0 comments on commit 0065bb5

Please sign in to comment.