diff --git a/.fixtures.yml b/.fixtures.yml index b8538871e..0702e5146 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -15,6 +15,7 @@ fixtures: repositories: apache: repo: "https://github.com/mlibrary/puppetlabs-apache" + ref: "v7.1.1" forge_modules: rbenv: {"repo": "jdowning/rbenv", "ref": "3.1.0" } archive: {"repo": "puppet/archive", "ref": "7.1.0" } diff --git a/Dockerfile b/Dockerfile index a0f233b0c..e134acae7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1 +FROM ruby:3.2 ARG UNAME=app ARG UID=1000 ARG GID=1000