File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ docker_image_fedora:
39
39
- docker:27-dind
40
40
script :
41
41
- 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
43
43
- 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
45
45
- docker logout $CI_REGISTRY
46
46
# Only build new image when the Dockerfile or the GitLab CI configuration
47
47
# changes.
@@ -51,7 +51,7 @@ docker_image_fedora:
51
51
- .gitlab-ci.yml
52
52
53
53
fedora :
54
- image : registry.gitlab.com/striezel/webp-viewer/fedora:40
54
+ image : registry.gitlab.com/striezel/webp-viewer/fedora:41
55
55
stage : test
56
56
before_script :
57
57
- yum update -y
Original file line number Diff line number Diff line change 1
1
# This Dockerfile builds the image used during the fedora build job on GitLab.
2
- FROM fedora:40
2
+ FROM fedora:41
3
3
LABEL maintainer="Dirk Stolle <
[email protected] >"
4
4
# Always update any existing packages first.
5
5
RUN yum update -y
You can’t perform that action at this time.
0 commit comments