Skip to content

Commit 43b96e7

Browse files
build(deps): bump ruby from 3.4.8 to 4.0.3 in /internal/test
Bumps ruby from 3.4.8 to 4.0.3. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6930c9 commit 43b96e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM golang AS go-image
22
FROM docker.io/pivotalcfreleng/kiln:v0.110.0-rc2 AS kiln
33

4-
FROM ruby:3.4.8 AS builder
4+
FROM ruby:4.0.3 AS builder
55
RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
66

7-
FROM ruby:3.4.8
7+
FROM ruby:4.0.3
88

99
# Install Go
1010
COPY --from=go-image /usr/local/go/ /usr/local/go/

0 commit comments

Comments
 (0)