Skip to content

Commit

Permalink
Update version of OpenSuSE 15.5 (#109)
Browse files Browse the repository at this point in the history
# Description

Updated the source image version to 15.5 which will speed up build

## Type of Change
_fix_

## Check List

- [X] New functionality includes tests
- [X] All tests pass
- [-] Commit message includes a [Conventional Commit
Message](https://www.conventionalcommits.org/en/v1.0.0)

Signed-off-by: Strahil Nikolov <hunter86_bg@yahoo.com>
  • Loading branch information
hunter86bg committed Oct 15, 2023
1 parent db447dc commit f149aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensuse-leap-15.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM opensuse/leap:15.4
FROM opensuse/leap:15.5
LABEL maintainer="sean@sean.io"
ARG BUILD_DATE
ARG VCS_REF

LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.name="test-kitchen/dokken-images"
LABEL org.label-schema.description="A Docker container for testing opensuse-leap-15.4"
LABEL org.label-schema.description="A Docker container for testing opensuse-leap-15.5"
LABEL org.label-schema.vcs-url="https://github.com/test-kitchen/dokken-images"
LABEL org.label-schema.vcs-ref=$VCS_REF
LABEL org.label-schema.vendor="test-kitchen"
Expand Down

0 comments on commit f149aa1

Please sign in to comment.