We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1148230 commit 3e45e55Copy full SHA for 3e45e55
2 files changed
.github/workflows/build.yml
@@ -87,10 +87,10 @@ jobs:
87
steps:
88
- uses: actions/checkout@v4
89
90
- - name: Set up Python 3.9
+ - name: Set up Python 3.11
91
uses: actions/setup-python@v4
92
with:
93
- python-version: '3.9'
+ python-version: '3.11'
94
95
- name: Set up Node.js 18.x
96
uses: actions/setup-node@v4
schema-conversion-orchestrator/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-slim
+FROM python:3.11-slim
2
3
# Install Node.js and Java
4
RUN apt-get update && apt-get install -y \
0 commit comments