Skip to content

Commit 8220022

Browse files
committed
upgrade alpine to 3.22
1 parent e6edcdd commit 8220022

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
image: gitpod/workspace-python-3.11:2023-10-19-14-24-02
1+
image: gitpod/workspace-python-3.12:2025-10-03-12-40-36
22
tasks:
3-
- init: make init && export COLUMNS=80 && poetry run gitopscli --help
3+
- init: make init && export COLUMNS=80 && uv run gitopscli --help

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =========
2-
FROM alpine:3.18 AS base
2+
FROM alpine:3.22 AS base
33

44
ENV PATH="/app/.venv/bin:$PATH" \
55
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)