Skip to content

Commit

Permalink
Merge pull request #1096 from epinio/dependabot/docker/images/ruby-3.1.0
Browse files Browse the repository at this point in the history
chore(deps): bump ruby from 3.0.3 to 3.1.0 in /images
  • Loading branch information
thardeck committed Jan 11, 2022
2 parents 1d7c7a1 + e49c1b6 commit dfeef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=splatform/epinio-base

################
FROM ruby:3.0.3 AS tools
FROM ruby:3.1.0 AS tools
WORKDIR /workdir
COPY . .
RUN apt-get update && apt-get install -y python3-venv
Expand Down

0 comments on commit dfeef68

Please sign in to comment.