From 60f04ad8469967a1feedd5e6b573c7d797b855c5 Mon Sep 17 00:00:00 2001 From: Stephan Jauernick Date: Tue, 28 Jan 2025 00:17:14 +0100 Subject: [PATCH] update images --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3b5f54c..9e90ce46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: BASE_IMAGE_REGISTRY: registry.gitlab.xiph.org/xiph/icecast-docker-images default: - image: "$BASE_IMAGE_REGISTRY/alpine-icecast-server:20240114141404" + image: "$BASE_IMAGE_REGISTRY/alpine-icecast-server:20250126210055" tags: - docker - linux @@ -46,7 +46,7 @@ make_dist: expire_in: 1 week upload_dist: - image: "$BASE_IMAGE_REGISTRY/alpine-osc:20240114141818" + image: "$BASE_IMAGE_REGISTRY/alpine-osc:20250126210022" only: - master - devel @@ -63,7 +63,7 @@ upload_dist: - ./ci/osc/handle-osc-upload.sh upload_dist_release: - image: "$BASE_IMAGE_REGISTRY/alpine-osc:20240114141818" + image: "$BASE_IMAGE_REGISTRY/alpine-osc:20250126210022" only: - tags