Skip to content
Snippets Groups Projects
Commit 4de96dfd authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Upgrading the Python versions of the nbi and service component.

parent 3ebf22cb
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM python:3.9-slim
FROM python:3.13-slim
# Install dependencies
RUN apt-get --yes --quiet --quiet update && \
......
......@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM python:3.9-slim
FROM python:3.13-slim
# Install dependencies
RUN apt-get --yes --quiet --quiet update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment