Skip to content

Commit

Permalink
chore: fix python version to be able to build schema generation image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Oct 16, 2024
1 parent 15d6cab commit dead58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.schema
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-slim
FROM python:3.12-slim

ARG USER_UID=1000
ARG USER_GID=1000
Expand Down

0 comments on commit dead58b

Please sign in to comment.