Skip to content

Commit

Permalink
Add image for Ruby 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-venturini committed Jan 19, 2024
1 parent 6ee7b40 commit 9e45920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-bookworm
FROM ruby:3.2.3-bookworm
ARG TARGETPLATFORM

# build essentials
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# set -o pipefail: prevent errors in a pipeline from being masked
set -euo pipefail

TAG=3.3.0-node-yarn-wkhtmltopdf-ffmpeg
TAG=3.2.3-node-yarn-wkhtmltopdf-ffmpeg

NAME=ghcr.io/denkungsart/ci-ruby:"$TAG"

Expand Down

0 comments on commit 9e45920

Please sign in to comment.