This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch camel-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.4.x by this push:
new adeb2f48941 (chores) camel-test-infra: use Fedora 39 as the minimum
version for custom containers
adeb2f48941 is described below
commit adeb2f489410bd2cd12edbb97849088f28460f60
Author: Balavva-Mirji <[email protected]>
AuthorDate: Tue Jul 30 11:32:47 2024 +0530
(chores) camel-test-infra: use Fedora 39 as the minimum version for custom
containers
---
.../resources/org/apache/camel/test/infra/smb/services/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/test-infra/camel-test-infra-smb/src/test/resources/org/apache/camel/test/infra/smb/services/Dockerfile
b/test-infra/camel-test-infra-smb/src/test/resources/org/apache/camel/test/infra/smb/services/Dockerfile
index 5c7a8b5222e..770761b387b 100644
---
a/test-infra/camel-test-infra-smb/src/test/resources/org/apache/camel/test/infra/smb/services/Dockerfile
+++
b/test-infra/camel-test-infra-smb/src/test/resources/org/apache/camel/test/infra/smb/services/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM fedora:38 as samba
+FROM fedora:39 as samba
LABEL maintainer="[email protected]"
ENV SAMBA_ROOT /opt/camel/samba
EXPOSE 139 445
@@ -23,4 +23,4 @@ RUN dnf install -y samba && mkdir -p /data/rw /data/ro
ADD smb.conf /etc/samba/smb.conf
ADD start.sh /usr/local/bin
RUN chmod +x /usr/local/bin/start.sh
-CMD /usr/local/bin/start.sh
\ No newline at end of file
+CMD /usr/local/bin/start.sh