Skip to content

Commit

Permalink
fix: update ruby version to 3 and alpine to 3.13 (open-telemetry#1578)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Bogsanyi <[email protected]>
  • Loading branch information
xuan-cao-swi and fbogsany authored Jan 24, 2024
1 parent d89ca85 commit 45f9c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration for Ruby base image
ARG ALPINE_VERSION=3.10
ARG RUBY_VERSION=2.6.5
ARG ALPINE_VERSION=3.13
ARG RUBY_VERSION=3.0.0

FROM ruby:"${RUBY_VERSION}-alpine${ALPINE_VERSION}" as ruby

Expand Down

0 comments on commit 45f9c08

Please sign in to comment.