Skip to content

Commit

Permalink
fix(godpu): update alpine versions in docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
  • Loading branch information
sandersms committed Jan 9, 2025
1 parent 7b06a2d commit 19a450e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
sleep infinity'
redis:
image: redis:7.2.3-alpine3.18
image: redis:7.2.7-alpine3.21
networks:
- opi
healthcheck:
Expand Down Expand Up @@ -198,7 +198,7 @@ services:
/dpu storage delete backend nvme controller --addr=opi-spdk-server:50051 --name "$$nvmf0" && \
opi-test:
image: docker.io/library/alpine:3.19
image: docker.io/library/alpine:3.21
networks:
- opi
depends_on:
Expand Down

0 comments on commit 19a450e

Please sign in to comment.