Skip to content

Commit f83eaf7

Browse files
committed
ci: upgrade Fedora 40 to Fedora 41 in GitLab CI job for Fedora
Fedora 41 was released more than a month ago, so let's try to use that.
1 parent 43d9236 commit f83eaf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ docker_image_fedora:
3939
- docker:27-dind
4040
script:
4141
- cd ci/
42-
- docker build -t $CI_REGISTRY/striezel/webp-viewer/fedora:40 . -f Dockerfile_fedora
42+
- docker build -t $CI_REGISTRY/striezel/webp-viewer/fedora:41 . -f Dockerfile_fedora
4343
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
44-
- docker push $CI_REGISTRY/striezel/webp-viewer/fedora:40
44+
- docker push $CI_REGISTRY/striezel/webp-viewer/fedora:41
4545
- docker logout $CI_REGISTRY
4646
# Only build new image when the Dockerfile or the GitLab CI configuration
4747
# changes.
@@ -51,7 +51,7 @@ docker_image_fedora:
5151
- .gitlab-ci.yml
5252

5353
fedora:
54-
image: registry.gitlab.com/striezel/webp-viewer/fedora:40
54+
image: registry.gitlab.com/striezel/webp-viewer/fedora:41
5555
stage: test
5656
before_script:
5757
- yum update -y

ci/Dockerfile_fedora

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Dockerfile builds the image used during the fedora build job on GitLab.
2-
FROM fedora:40
2+
FROM fedora:41
33
LABEL maintainer="Dirk Stolle <[email protected]>"
44
# Always update any existing packages first.
55
RUN yum update -y

0 commit comments

Comments
 (0)