Skip to content

Commit

Permalink
Add image for Ruby 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-venturini committed May 31, 2024
1 parent 51d445f commit 1ebc535
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.1-bookworm
FROM ruby:3.3.2-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.1-node-yarn-wkhtmltopdf-ffmpeg
TAG=3.3.2-node-yarn-wkhtmltopdf-ffmpeg

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

Expand Down

0 comments on commit 1ebc535

Please sign in to comment.