diff --git a/images/ruby/3.2.Dockerfile b/images/ruby/3.2.Dockerfile index 148ecde62..fff8af90e 100644 --- a/images/ruby/3.2.Dockerfile +++ b/images/ruby/3.2.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM ruby:3.2.2-alpine3.18 +FROM ruby:3.2.3-alpine3.18 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"