This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 243316da Update Docker image (#389)
243316da is described below

commit 243316dafec7faad4814f420fb5c181e87ee6b7c
Author: Daniel Roberts <ddani...@gmail.com>
AuthorDate: Thu Jul 27 15:49:52 2023 -0400

    Update Docker image (#389)
    
    Updates the source docker image to match the version of ruby defined in the
    Gemfile.lock file
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 249f779c..3554c0bf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 # making updates to the accumulo website without requiring the dev
 # to maintain a local ruby development environment.
 
-FROM ruby:2.7.8-slim-bullseye as base
+FROM ruby:3.2.2-slim-bullseye as base
 
 RUN apt-get update && apt-get install -y --no-install-recommends \
     build-essential \

Reply via email to