Skip to content

Commit

Permalink
Use latest base images for all scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaCher committed Nov 10, 2021
1 parent 85932c1 commit 63bef95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 63bef95

Please sign in to comment.