Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/images/opensuse/Dockerfile.python310
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM registry.opensuse.org/opensuse/bci/python:3.10.16 AS base
FROM registry.opensuse.org/opensuse/bci/python:3.13.9@sha256:71e1abbd27df8e435bed8e0ff2b48885f89225df4453ddc25068f4bac13a59e5 AS base

ARG GITHUB_URL=https://github.com
# renovate: datasource=golang-version depName=golang
Expand Down
2 changes: 1 addition & 1 deletion ci/images/opensuse/Dockerfile.python39
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base-image
FROM registry.opensuse.org/opensuse/bci/python:3.9@sha256:47094e244334645440158a27e3e1dcebccd6bcb18d973d168eb3cdfc649632a3 AS base
FROM registry.opensuse.org/opensuse/bci/python:3.13@sha256:71e1abbd27df8e435bed8e0ff2b48885f89225df4453ddc25068f4bac13a59e5 AS base

ARG GITHUB_URL=https://github.com
ARG NODEJS_DIST_URL
Expand Down
Loading