Skip to content

Commit

Permalink
Use latest base images for all scenarios (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaCher authored Nov 10, 2021
1 parent 85932c1 commit d7443f1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed
- Bump cyberark base images from 1.0.4 to 1.0.5
[#2418](https://github.com/cyberark/conjur/pull/2418)

## [1.14.1] - 2021-11-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberark/ubuntu-ruby-fips:1.0.4
FROM cyberark/ubuntu-ruby-fips:1.0.5

ENV DEBIAN_FRONTEND=noninteractive \
PORT=80 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Conjur Base Image (UBI)
FROM cyberark/ubi-ruby-fips:1.0.4
FROM cyberark/ubi-ruby-fips:1.0.5

EXPOSE 8080
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberark/phusion-ruby-fips:latest
FROM cyberark/phusion-ruby-fips:1.0.5

RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
build-essential \
Expand Down
2 changes: 1 addition & 1 deletion gems/policy-parser/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberark/ubuntu-ruby-fips:latest
FROM cyberark/ubuntu-ruby-fips:1.0.5

RUN mkdir /src
WORKDIR /src
Expand Down
2 changes: 1 addition & 1 deletion gems/policy-parser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dev:
image: cyberark/ubuntu-ruby-fips:20.04-latest
image: cyberark/ubuntu-ruby-fips:1.0.5
working_dir: /src
volumes:
- .:/src
Expand Down

0 comments on commit d7443f1

Please sign in to comment.