Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to debian bookworm (ruby 3.1) #197

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/tasks/cf-decota-release-notes-template/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.0.1
2.5.17
2 changes: 1 addition & 1 deletion ci/tasks/cf-decota-release-notes-template/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image_resource:
type: docker-image
source:
repository: ruby
tag: 2.6-slim
tag: 3.1-slim

inputs:
- name: cf-deployment-concourse-tasks
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/cf-deployment-concourse-tasks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-bullseye
FROM golang:1.22.5-bookworm

ENV bbl_version 9.0.24
ENV bosh_cli_version 7.6.2
Expand All @@ -23,7 +23,7 @@ RUN set -eux; \
# ruby
RUN set -eux; \
apt-get -y install ruby-full; \
ruby --version | grep 2\.7
ruby --version | grep 3\.1

# yq
RUN set -eux; \
Expand Down