Skip to content

Commit

Permalink
chore(deps): update redis:6.2-alpine docker digest to 9f4e956
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 16, 2024
1 parent 1d24e20 commit 168b68a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:

redis:
container_name: immich_redis
image: redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5
image: redis:6.2-alpine@sha256:9f4e95613ddf31086a09f31bc2f8042ef6d1fce1b3a4feedef8b631303f40a07

database:
container_name: immich_postgres
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

redis:
container_name: immich_redis
image: redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5
image: redis:6.2-alpine@sha256:9f4e95613ddf31086a09f31bc2f8042ef6d1fce1b3a4feedef8b631303f40a07
restart: always

database:
Expand Down
2 changes: 1 addition & 1 deletion e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
<<: *server-common

redis:
image: redis:6.2-alpine@sha256:51d6c56749a4243096327e3fb964a48ed92254357108449cb6e23999c37773c5
image: redis:6.2-alpine@sha256:9f4e95613ddf31086a09f31bc2f8042ef6d1fce1b3a4feedef8b631303f40a07

database:
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
Expand Down

0 comments on commit 168b68a

Please sign in to comment.