Skip to content

Commit

Permalink
fix: fix 'docker-publish' screwdriver job (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar1312 authored Jan 12, 2023
1 parent 1d773b8 commit b34ff87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3-alpine
FROM ruby:2.7.6-alpine

# Create our application directory
RUN mkdir -p /usr/src/app
Expand All @@ -19,7 +19,7 @@ RUN set -x \
# General clean-up
&& rm -rf guide.tgz \
# Need jekyll to serve the pages
&& gem install public_suffix:4.0.7 jekyll
&& gem install public_suffix:4.0.7 jekyll:4.2.2

EXPOSE 4000

Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ PLATFORMS
ruby
x86_64-darwin-20
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
html-proofer (~> 3.19, >= 3.19.4)
Expand Down

0 comments on commit b34ff87

Please sign in to comment.