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 e6edcdd commit 8220022Copy full SHA for 8220022
.gitpod.yml
@@ -1,3 +1,3 @@
1
-image: gitpod/workspace-python-3.11:2023-10-19-14-24-02
+image: gitpod/workspace-python-3.12:2025-10-03-12-40-36
2
tasks:
3
- - init: make init && export COLUMNS=80 && poetry run gitopscli --help
+ - init: make init && export COLUMNS=80 && uv run gitopscli --help
Dockerfile
@@ -1,5 +1,5 @@
# =========
-FROM alpine:3.18 AS base
+FROM alpine:3.22 AS base
4
ENV PATH="/app/.venv/bin:$PATH" \
5
UV_COMPILE_BYTECODE=1 \
0 commit comments