Skip to content

Commit

Permalink
Add image for Ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-venturini committed Dec 27, 2023
1 parent a9ae192 commit 30ca939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.2-bullseye
FROM ruby:3.3.0-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.2.2-node-yarn-wkhtmltopdf-ffmpeg
TAG=3.3.0-node-yarn-wkhtmltopdf-ffmpeg

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/install-wkhtmltopdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apt-get install -y xfonts-75dpi xfonts-base

# ref https://github.com/wkhtmltopdf/packaging/releases
WKHTMLTOPDF_RELEASE_VERSION="0.12.6.1-3"
WKHTMLTOPDF_BINARY="wkhtmltox_${WKHTMLTOPDF_RELEASE_VERSION}.bullseye_${TARGETPLATFORM#*/}.deb"
WKHTMLTOPDF_BINARY="wkhtmltox_${WKHTMLTOPDF_RELEASE_VERSION}.bookworm_${TARGETPLATFORM#*/}.deb"

wget "https://github.com/wkhtmltopdf/packaging/releases/download/${WKHTMLTOPDF_RELEASE_VERSION}/${WKHTMLTOPDF_BINARY}"
dpkg -i "${WKHTMLTOPDF_BINARY}"
Expand Down

0 comments on commit 30ca939

Please sign in to comment.