Skip to content

Commit

Permalink
Merge branch 'main' into ssl-error-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fbogsany authored Jan 24, 2024
2 parents c93de80 + 45f9c08 commit 6dab7f3
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 6dab7f3

Please sign in to comment.