Skip to content

Commit

Permalink
Bump test from-dockerfile example images.
Browse files Browse the repository at this point in the history
Ruby 2.7 is not supported, replace it with Ruby 3.1.
  • Loading branch information
jackorp authored and zmiklank committed Feb 27, 2024
1 parent b73377d commit aabe7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/from-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi8/ruby-27
FROM ubi8/ruby-31

ADD --chown=default:root app-src ./

Expand Down
2 changes: 1 addition & 1 deletion examples/from-dockerfile/Dockerfile.s2i
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubi8/ruby-27
FROM ubi8/ruby-31

# Add application sources to a directory that the assemble script expects them
# and set permissions so that the container runs without root access
Expand Down

0 comments on commit aabe7ee

Please sign in to comment.