Skip to content

Commit aabe7ee

Browse files
jackorpzmiklank
authored andcommitted
Bump test from-dockerfile example images.
Ruby 2.7 is not supported, replace it with Ruby 3.1.
1 parent b73377d commit aabe7ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/from-dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubi8/ruby-27
1+
FROM ubi8/ruby-31
22

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

examples/from-dockerfile/Dockerfile.s2i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubi8/ruby-27
1+
FROM ubi8/ruby-31
22

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

0 commit comments

Comments
 (0)