mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
Ruby 3.4.1 -> 3.4.3 (#224)
This commit is contained in:
parent
00663cedfd
commit
f4db51b510
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
ruby-3.4.1
|
||||
ruby-3.4.3
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
|
||||
|
||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
|
||||
ARG RUBY_VERSION=3.4.1
|
||||
ARG RUBY_VERSION=3.4.3
|
||||
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
|
||||
|
||||
# Rails app lives here
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.4.1
|
||||
FROM ruby:3.4.3
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update -qq && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue