Publish images with full Ruby version

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2024-05-24 13:18:37 +02:00
parent b16d8a9f74
commit 57fe03c0e4
No known key found for this signature in database
15 changed files with 97 additions and 98 deletions

View file

@ -5,7 +5,7 @@ ARG GCLOUD_VERSION=413.0.0
# gsutil 5.18 unnecessarily requires the storage.buckets.get
# permission: https://github.com/GoogleCloudPlatform/gsutil/issues/1663
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:$GCLOUD_VERSION as gcloud-sdk
FROM ruby:3.2.2-slim-bullseye
FROM ruby:3.2.4-slim-bullseye
# pupulated by docker buildx build --platform flag
ARG TARGETARCH