Skip to content

Commit

Permalink
chore: upgrade ruby to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5c3p73r committed Nov 2, 2023
1 parent ead92f9 commit 92ae698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VARIANT=3.0.3
ARG VARIANT=3.2.2
FROM ruby:${VARIANT}
LABEL org.opencontainers.image.title="Subway" \
org.opencontainers.image.authors="0x5c3p73r <0x5c3p73r@gmail.com>" \
Expand All @@ -12,7 +12,7 @@ ARG REPLACE_CHINA_MIRROR="true"
ARG ORIGINAL_REPO_URL="deb.debian.org"
ARG MIRROR_REPO_URL="mirrors.ustc.edu.cn"
ARG RUBYGEMS_SOURCE="https://gems.ruby-china.com/"
ARG RUBY_GEMS="bundler:2.3.7 solargraph foreman"
ARG RUBY_GEMS="bundler:2.3.26 solargraph foreman"

# System dependencies
RUN set -ex && \
Expand Down

0 comments on commit 92ae698

Please sign in to comment.