Skip to content

Commit

Permalink
docker images update
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Aug 13, 2024
1 parent 1a88067 commit 0907db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim@sha256:afc139a0a640942491ec481ad8dda10f2c5b753f5c969393b12480155fe15a63 AS base
FROM python:3.12-slim@sha256:105e9d85a67db1602e70fa2bbb49c1e66bae7e3bdcb6259344fe8ca116434f74 AS base

FROM base AS requirements-stage
WORKDIR /tmp
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
condition: service_healthy

db:
image: postgis/postgis:16-3.4-alpine@sha256:bc9d906642d1e9a94c74661f30afed664f06ef59c703e4ffcf11ec7e27d8d47e
image: postgis/postgis:16-3.4-alpine@sha256:94549a01ac13e39cc1656d354e60740304c226940ee50b04cbce869f1d5422ff
volumes:
- atciss-db-data:/var/lib/postgresql/data/pgdata
environment:
Expand All @@ -42,7 +42,7 @@ services:
retries: 3

redis:
image: redis:alpine@sha256:0389bb8416d7c6ed065c25745179bf5d358e5d9472dd30a687ab36ffbb650262
image: redis:alpine@sha256:eaea8264f74a95ea9a0767c794da50788cbd9cf5223951674d491fa1b3f4f2d2
volumes:
- atciss-redis-data:/data

Expand Down

0 comments on commit 0907db2

Please sign in to comment.