Skip to content

Commit

Permalink
Update images version (#123)
Browse files Browse the repository at this point in the history
* Update images version

* trigger

* revert elasticsearch
  • Loading branch information
SergioGlorias authored Sep 24, 2024
1 parent 4a1b10f commit 7c9c265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- lila-network

redis:
image: redis:7.2.5-alpine3.20
image: redis:7.4.0-alpine3.20
restart: unless-stopped
networks:
- lila-network
Expand Down
2 changes: 1 addition & 1 deletion docker/picfit-image.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /picfit
RUN make -C /picfit build

# Runtime stage
FROM alpine:3.19
FROM alpine:3.20

COPY --from=build /picfit/bin/picfit /picfit

Expand Down
2 changes: 1 addition & 1 deletion docker/python.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM eclipse-temurin:22.0.2_9-jdk-alpine

COPY --from=python:3.12.4-alpine3.20 / /
COPY --from=python:3.12.6-alpine3.20 / /

RUN pip install --upgrade pip
RUN pip install berserk pymongo requests termcolor
Expand Down

0 comments on commit 7c9c265

Please sign in to comment.