Skip to content

Commit

Permalink
chore(deps): update redis:6.2-alpine docker digest to 60727c1 (#6688)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and pull[bot] committed Feb 9, 2024
1 parent eb51f43 commit 9072418
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
Expand Up @@ -99,7 +99,7 @@ services:

redis:
container_name: immich_redis
image: redis:6.2-alpine@sha256:201502e7e4eb578c4bc7efbaa96e3e5f627383c6f3f5520a2010055cf6c95032
image: redis:6.2-alpine@sha256:60727c1c07f014f3ee3f90f4326792c39dcea8b3fd118be467f0b5e2b75a455d

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

redis:
container_name: immich_redis
image: redis:6.2-alpine@sha256:201502e7e4eb578c4bc7efbaa96e3e5f627383c6f3f5520a2010055cf6c95032
image: redis:6.2-alpine@sha256:60727c1c07f014f3ee3f90f4326792c39dcea8b3fd118be467f0b5e2b75a455d
restart: always

database:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Expand Up @@ -60,7 +60,7 @@ services:

redis:
container_name: immich_redis
image: redis:6.2-alpine@sha256:201502e7e4eb578c4bc7efbaa96e3e5f627383c6f3f5520a2010055cf6c95032
image: redis:6.2-alpine@sha256:60727c1c07f014f3ee3f90f4326792c39dcea8b3fd118be467f0b5e2b75a455d
restart: always

database:
Expand Down

0 comments on commit 9072418

Please sign in to comment.