Skip to content

Commit

Permalink
Revert Docker container images to ruby:3.0.3 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Feb 28, 2022
1 parent 718dd2d commit c6f2098
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion containers/docker/pwpush-ephemeral/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pwpush-ephemeral
FROM ruby:3.1.0
FROM ruby:3.0.3

LABEL maintainer='[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion containers/docker/pwpush-mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pwpush-mysql
FROM ruby:3.1.0
FROM ruby:3.0.3

LABEL maintainer='[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion containers/docker/pwpush-openshift/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pwpush-postgres
FROM ruby:3.1.0
FROM ruby:3.0.3

LABEL maintainer='[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion containers/docker/pwpush-postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pwpush-postgres
FROM ruby:3.1.0
FROM ruby:3.0.3

LABEL maintainer='[email protected]'

Expand Down

0 comments on commit c6f2098

Please sign in to comment.