Skip to content

Commit f483590

Browse files
committed
Bump ruby too
1 parent b426eef commit f483590

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=2.7.4
1+
ARG RUBY_VERSION=3.2.2
22
FROM ruby:$RUBY_VERSION-slim
33

44
RUN apt-get update \
@@ -22,4 +22,3 @@ ENV LC_ALL en_US.UTF-8
2222
COPY entrypoint.sh /entrypoint.sh
2323

2424
ENTRYPOINT ["/entrypoint.sh"]
25-

0 commit comments

Comments
 (0)