Skip to content

Commit

Permalink
Upgrade to debian bookworm (ruby 3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
oppegard committed Jul 29, 2024
1 parent 798dcc4 commit 6fb5983
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 6fb5983

Please sign in to comment.