Skip to content

Commit 7873877

Browse files
* Fixing CVE-2025-27363 ship:docker
1 parent 71723e8 commit 7873877

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.5

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: ruby
22
group: edge
33
rvm:
4-
- 3.2.2
4+
- 3.2
55

66
services:
77
- redis-server

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2-slim
1+
FROM ruby:3.2.5-slim
22

33
LABEL maintainer Travis CI GmbH <support+travis-tasks-docker-images@travis-ci.com>
44

Dockerfile.tcie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2
1+
FROM ruby:3.2.5
22

33
LABEL maintainer Travis CI GmbH <support+travis-tasks-docker-images@travis-ci.com>
44

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '3.2.2'
3+
ruby '3.2.5'
44

55
gem 'travis-logger', git: 'https://github.com/travis-ci/travis-logger'
66
gem 'travis-exceptions', git: 'https://github.com/travis-ci/travis-exceptions'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ DEPENDENCIES
18641864
webmock
18651865

18661866
RUBY VERSION
1867-
ruby 3.2.2p53
1867+
ruby 3.2.5p208
18681868

18691869
BUNDLED WITH
18701870
2.4.10

0 commit comments

Comments
 (0)