Sha256: 11bc2112bb016a882a30cd5db715eb41660b82412b529fd8bd669cfe5b8f64bf

Contents?: true

Size: 390 Bytes

Versions: 2

Compression:

Stored size: 390 Bytes

Contents

# Which Ruby version to use. You may need to use a more restrictive version,
# e.g. `3.0`
ARG VARIANT=3.0

# Pull Microsoft's ruby devcontainer base image
FROM mcr.microsoft.com/devcontainers/ruby:${VARIANT}

# Ensure we're running the latest bundler, as what ships with the Ruby image may
# not be current, and bundler will auto-downgrade to match the Gemfile.lock
RUN gem install bundler

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sorcery-0.17.0 .devcontainer/Dockerfile
sorcery-0.16.5 .devcontainer/Dockerfile