Skip to content

Commit 440f723

Browse files
committed
Update Docker Postgres and Python version
1 parent 644d808 commit 440f723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile-api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12
1+
FROM python:3.13
22
MAINTAINER Frédéric Rodrigo <[email protected]>
33

44
RUN mkdir -p /data/work/root/results/

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:16-alpine
3+
image: postgres:17-alpine
44
volumes:
55
- type: bind
66
source: ../tools/database/schema.sql

0 commit comments

Comments
 (0)