Skip to content

Commit

Permalink
chore(deps): update all non-major docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 0d5bc29 commit 019cc53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- "5432:5432"

redis:
image: redis:6.2@sha256:9e75c88539241ad7f61bc9c39ea4913b354064b8a75ca5fc40e1cef41b645bc0
image: redis:6.2@sha256:adff38b3deadaeec736f60d0f1cc344b9443ff8efcf7d7af8c6222081c078c96
restart: always
command: redis-server --port 6380
ports:
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heavily inspired from Dockerfile, this one also install requirements_for_test.txt

FROM python:3.10-alpine@sha256:860f632e67178d9e90c7dfa9844a5e02098220bff5716d3c2fe1870325f00853
FROM python:3.10-alpine@sha256:aa9f27b4480d75bdb59bbb028a7f25ef4b6003934542ab1e73e6d0fa505271d2

ENV PYTHONDONTWRITEBYTECODE 1
ENV POETRY_VERSION "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- "listen_addresses=*"
restart: always
redis:
image: redis:6.2@sha256:9e75c88539241ad7f61bc9c39ea4913b354064b8a75ca5fc40e1cef41b645bc0
image: redis:6.2@sha256:adff38b3deadaeec736f60d0f1cc344b9443ff8efcf7d7af8c6222081c078c96
web:
image: notification-api
restart: always
Expand Down
2 changes: 1 addition & 1 deletion local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine@sha256:860f632e67178d9e90c7dfa9844a5e02098220bff5716d3c2fe1870325f00853
FROM python:3.10-alpine@sha256:aa9f27b4480d75bdb59bbb028a7f25ef4b6003934542ab1e73e6d0fa505271d2

ENV PYTHONDONTWRITEBYTECODE 1
ENV POETRY_VERSION "1.3.2"
Expand Down

0 comments on commit 019cc53

Please sign in to comment.