Skip to content

Commit

Permalink
Dockerfile now using Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jan 4, 2023
1 parent d690c70 commit f0c567a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change log for Docker-cheatset

## 0.12.0 2023-01-03 Maintenance release
## 0.12.0 2023-01-04 Maintenance release

- Bumped from Ruby 3.1.3-slim-bullseye to 3.2.0-slim-bullseye, via PR [#52](https://github.com/jonasbn/docker-cheatset/pull/52) from @dependabot

- Added `Gemfile.lock` to Docker image generation

- Bumped Bundler version in `Gemfile.lock`

## 0.11.0 2022-12-03 Maintenance release

- Bumped from Ruby 3.1.2-slim-bullseye to 3.1.3-slim-bullseye, via PR [#49](https://github.com/jonasbn/docker-cheatset/pull/49) from @dependabot
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

COPY Gemfile .
COPY Gemfile.lock .

RUN bundle install

Expand Down

0 comments on commit f0c567a

Please sign in to comment.