Skip to content

Commit

Permalink
Update Dockerfile base images
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Tinkham <[email protected]>
  • Loading branch information
andytinkham committed May 2, 2022
1 parent de4286a commit 17825fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Security
- Upgraded Spring to 2.6.7
- Upgraded Spring to 2.6.7 & Maven/Ruby containers to latest versions
[conjurdemos/pet-store-demo#48](https://github.com/conjurdemos/pet-store-demo/pull/48)
- Upgraded Postgres to 42.3.2 to resolve CVE-2022-21724
[conjurdemos/pet-store-demo#45](https://github.com/conjurdemos/pet-store-demo/pull/45)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# STAGE:
# Fetch summon

FROM ruby:2.5 as summon
FROM ruby:3.0 as summon

RUN apt-get update && \
apt-get install -y --no-install-recommends curl
Expand All @@ -17,7 +17,7 @@ RUN curl -sSL https://raw.githubusercontent.com/cyberark/summon/master/install.s

# STAGE:
# The 'maven' base is used to package the application
FROM maven:3.8.4-openjdk-11-slim as maven
FROM maven:3.8.5-openjdk-11-slim as maven

WORKDIR /app

Expand Down

0 comments on commit 17825fb

Please sign in to comment.